Oracle Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.1.2)

E26041-01

ArithmeticException Class Reference

#include <coherence/lang/ArithmeticException.hpp>

Inherits RuntimeException.

List of all members.


Detailed Description

An exception that indicates exceptional condition related to arithmetic operations.

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.

Constructor & Destructor Documentation

ArithmeticException ( String::View  vsMsg = String::null_string,
Exception::View  vCause = NULL 
) [protected]

Create an ArithmeticException.

Parameters:
vsMsg the detail message
vCause the underlying cause of the exception


The documentation for this class was generated from the following file:
Copyright © 2000, 2013, Oracle and/or its affiliates. All rights reserved.