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