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