00001 00002 // $Id: JobCException.h,v 1.2 2000/05/03 21:58:53 messier Exp $ 00003 // 00004 // Define the exceptions thrown/caught by job control 00005 // 00006 // messier@huhepl.harvard.edu 00008 #ifndef JOBCEXCEPTION_H 00009 #define JOBCEXCEPTION_H 00010 00011 class JobCException { }; 00012 class JobCMethodNotImplemented : public JobCException { }; 00013 00014 #endif // JOBCEXCEPTION_H
1.3.9.1