|
|
The NodeException is a easy way to send a message for an general exception in a node. You should use __FILE__ and __LINE__ in the arguments.
|
The constructor with a message a file name and a line number
void |
[virtual]
the print method
Reimplemented from BaseException.
void |
[virtual]
Reimplemented from BaseException.
string |
[protected]
the message
Node * |
[protected]
the node pointer
string |
[protected]
the file name
int |
[protected]
the line number
bool |
[protected]
Whether the exception is frozen