#include <Exception.hpp>
|
| Exception (const char *file, int line, const char *msg, int errorCode, const Exception *otherException=0) |
|
ca_mgm::OutOfBoundsException::OutOfBoundsException |
( |
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
msg, |
|
|
int |
errorCode = 0 , |
|
|
const ca_mgm::Exception * |
otherException = 0 |
|
) |
| |
virtual ca_mgm::OutOfBoundsException::~OutOfBoundsException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
virtual |
virtual const char* ca_mgm::OutOfBoundsException::type |
( |
| ) |
const |
|
virtual |
Returns a string representing the concrete type. e.g. "SocketException". Will not return 0. This function will not throw. Derived class implementations must not throw.
Reimplemented from ca_mgm::Exception.
The documentation for this class was generated from the following file: