class DEVSException

This is the base class for all exceptions thrown by the adevs library

Inheritance:


Public Methods

[more] DEVSException()
Creates an exception with an empty error message
[more] DEVSException(const DEVSException& src)
Copy constructor does a deep copy
[more]const char* getError() const
Returns a string describing the error
[more]virtual ~DEVSException()

Protected Fields

[more]cstr errmsg


Documentation

This is the base class for all exceptions thrown by the adevs library
o DEVSException()
Creates an exception with an empty error message

o DEVSException(const DEVSException& src)
Copy constructor does a deep copy

oconst char* getError() const
Returns a string describing the error

ovirtual ~DEVSException()

ocstr errmsg


Direct child classes:
ModelException
CloneException

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.