|
CPN
Computational Process Networks
|
An exception indicating that there is a type mismatch in the queue. More...
#include <Exceptions.h>
Inheritance diagram for CPN::TypeMismatchException:
Collaboration diagram for CPN::TypeMismatchException:Public Member Functions | |
| TypeMismatchException () throw () | |
| TypeMismatchException (const std::string &type1, const std::string &type2) throw () | |
| ~TypeMismatchException () throw () | |
| const char * | what () const throw () |
| std::string | GetStackTrace () const |
Protected Attributes | |
| std::string | stacktrace |
Private Attributes | |
| std::string | message |
An exception indicating that there is a type mismatch in the queue.
Definition at line 49 of file Exceptions.h.
|
inline | |||||||||||||
Definition at line 51 of file Exceptions.h.
|
inline | ||||||||||||||||||||
Definition at line 52 of file Exceptions.h.
| CPN::TypeMismatchException::~TypeMismatchException | ( | ) | ||
| throw | ( | |||
| ) | ||||
Definition at line 33 of file Exceptions.cc.
|
inlineinherited |
Definition at line 40 of file Exception.h.
References Exception::stacktrace.
Referenced by ErrnoException::ErrnoException().
Here is the caller graph for this function:
|
inline | |||||||||||||
Definition at line 56 of file Exceptions.h.
|
private |
Definition at line 58 of file Exceptions.h.
|
protectedinherited |
Definition at line 42 of file Exception.h.
Referenced by Exception::GetStackTrace().
1.8.5