Otawa  0.10
ProcessorException.h
Go to the documentation of this file.
1 /*
2  * $Id$
3  * Copyright (c) 2005, IRIT UPS.
4  *
5  * otawa/proc/ProcessorException.h -- ProcessorException class interface.
6  */
7 #ifndef OTAWA_PROC_PROCESSOR_EXCEPTION_H
8 #define OTAWA_PROC_PROCESSOR_EXCEPTION_H
9 
10 #include <otawa/base.h>
11 
12 namespace otawa {
13 
14 class Processor;
15 
16 // ProcessorException class
18 public:
20 };
21 
22 } // otawa
23 
24 #endif //OTAWA_PROC_PROCESSOR_EXCEPTION_H
ProcessorException(const Processor &proc, const elm::String &message)
Build a processor exception with a simple message.
Definition: proc_ProcessorException.cpp:27
StringOption proc(command, 'p',"processor","used processor","path","")
Base class of Otawa exceptions.
Definition: base.h:168
The processor class is implemented by all code processor.
Definition: Processor.h:49
This class is used for returning exceptions from the processors.
Definition: ProcessorException.h:17
virtual String message(void)