#include <coherence/lang/ClassNotFoundException.hpp>
Inherits Exception.
Public Types | |
| typedef spec::Handle | Handle | 
| ClassNotFoundException Handle definition.  | |
| typedef spec::View | View | 
| ClassNotFoundException View definition.  | |
| typedef spec::Holder | Holder | 
| ClassNotFoundException Holder definition.  | |
Protected Member Functions | |
| ClassNotFoundException (String::View vsName=String::NULL_STRING, Exception::View vCause=NULL) | |
| Create an ClassNotFoundException.   | |
| ClassNotFoundException | ( | String::View |  vsName = String::NULL_STRING,  | 
        |
| Exception::View |  vCause = NULL | |||
| ) |  [protected] | 
        
Create an ClassNotFoundException.
| vsName | the name of the Class that could not be located | |
| vCause | the underlying cause of the exception; can be NULL |