#include <coherence/lang/NullPointerException.hpp>
Inherits RuntimeException.
NULL in a case where a non-NULL handle to Object is required.
These include:
NULL handle.NULL handle.NULL handle.NULL handles.
Public Types |
|
| typedef spec::Handle | Handle |
| NullPointerException Handle definition. |
|
| typedef spec::View | View |
| NullPointerException View definition. |
|
| typedef spec::Holder | Holder |
| NullPointerException Holder definition. |
|
Protected Member Functions |
|
| NullPointerException (String::View vsMsg=String::NULL_STRING, Exception::View vCause=NULL) | |
| Create a NullPointerException. |
|
| NullPointerException | ( | String::View | vsMsg = String::NULL_STRING, |
|
| Exception::View | vCause = NULL |
|||
| ) | [protected] |
Create a NullPointerException.
| vsMsg | the detail message | |
| vCause | the underlying cause of the exception |