This is the base class for all exceptions thrown by the adevs library
Inheritance:
Public Methods
-
DEVSException()
- Creates an exception with an empty error message
-
DEVSException(const DEVSException& src)
- Copy constructor does a deep copy
-
const char* getError() const
- Returns a string describing the error
-
virtual ~DEVSException()
Protected Fields
-
cstr errmsg
Documentation
This is the base class for all exceptions thrown by the adevs
library
DEVSException()
- Creates an exception with an empty error message
DEVSException(const DEVSException& src)
- Copy constructor does a deep copy
const char* getError() const
- Returns a string describing the error
virtual ~DEVSException()
cstr errmsg
- Direct child classes:
- ModelException
CloneException
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.