Exception Class Reference
[Debugging]

Generic exception, all exceptions should sub class this. More...

#include <Exception.h>

Inheritance diagram for Exception:
AssertionFailedException CircularArrayException ConfigurationException FileNotFoundException IndexOutOfBoundsException InvalidArgumentException InvalidTypeConversionException IOException NeuralNetworkException NotImplementedException OutOfMemoryException PacketNotReadyException PacketReadTypeMismatchException PacketUnderflowException ProtocolException SecurityException SocketException SqlException StateException SyntaxException ThreadStartException XmlException

List of all members.

Public Member Functions

 Exception (const char *msg)
const char * Message () const

Protected Attributes

char m_msg [512]

Detailed Description

Generic exception, all exceptions should sub class this.

Definition at line 31 of file Exception.h.


The documentation for this class was generated from the following files: