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