decaf::nio::ReadOnlyBufferException Class Reference
#include <src/main/decaf/nio/ReadOnlyBufferException.h>
Constructor & Destructor Documentation
| decaf::nio::ReadOnlyBufferException::ReadOnlyBufferException |
( |
|
) |
|
| decaf::nio::ReadOnlyBufferException::ReadOnlyBufferException |
( |
const lang::Exception & |
ex |
) |
|
Copy Constructor.
- Parameters:
-
Copy Constructor.
- Parameters:
-
| ex | the exception to copy, which is an instance of this type |
| decaf::nio::ReadOnlyBufferException::ReadOnlyBufferException |
( |
const char * |
file, |
|
|
const int |
lineNumber, |
|
|
const std::exception * |
cause, |
|
|
const char * |
msg, |
|
|
|
... | |
|
) |
| | |
Constructor - Initializes the file name and line number where this message occurred.
Sets the message to report, using an optional list of arguments to parse into the message
- Parameters:
-
| file | The file name where exception occurs |
| lineNumber | The line number where the exception occurred. |
| cause | The exception that was the cause for this one to be thrown. |
| msg | The message to report |
| ... | list of primitives that are formatted into the message |
| decaf::nio::ReadOnlyBufferException::ReadOnlyBufferException |
( |
const std::exception * |
cause |
) |
|
Constructor.
- Parameters:
-
| cause | Pointer to the exception that caused this one to be thrown, the object is cloned caller retains ownership. |
| decaf::nio::ReadOnlyBufferException::ReadOnlyBufferException |
( |
const char * |
file, |
|
|
const int |
lineNumber, |
|
|
const char * |
msg, |
|
|
|
... | |
|
) |
| | |
Constructor.
- Parameters:
-
| file | The file name where exception occurs |
| lineNumber | The line number where the exception occurred. |
| msg | The message to report |
| ... | list of primitives that are formatted into the message |
| virtual decaf::nio::ReadOnlyBufferException::~ReadOnlyBufferException |
( |
|
) |
throw () [virtual] |
Member Function Documentation
The documentation for this class was generated from the following file: