Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

JobCException.h

Go to the documentation of this file.
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

Generated on Mon Feb 15 11:06:48 2010 for loon by  doxygen 1.3.9.1