#include <coherence/lang/NoSuchElementException.hpp>
Inherits RuntimeException.
Public Types |
|
| typedef spec::Handle | Handle |
| NoSuchElementException Handle definition. |
|
| typedef spec::View | View |
| NoSuchElementException View definition. |
|
| typedef spec::Holder | Holder |
| NoSuchElementException Holder definition. |
|
Protected Member Functions |
|
| NoSuchElementException (String::View vsMsg=String::NULL_STRING, Exception::View vCause=NULL) | |
| Create an NoSuchElementException. |
|
| NoSuchElementException | ( | String::View | vsMsg = String::NULL_STRING, |
|
| Exception::View | vCause = NULL |
|||
| ) | [protected] |
Create an NoSuchElementException.
| vsMsg | the detail message | |
| vCause | the underlying cause of the exception |