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

E47891-01

RuntimeException Class Reference

#include <coherence/lang/RuntimeException.hpp>

Inherits Exception.

Inherited by PortableException, ArithmeticException, ClassCastException, IllegalArgumentException, IllegalStateException, IndexOutOfBoundsException, NoSuchElementException, NullPointerException, OutOfMemoryError, SecurityException, UnsupportedOperationException, and ConcurrentModificationException.

List of all members.


Detailed Description

RuntimeException is the superclass for exceptions which are not normally handled by user code.

Public Types

typedef spec::Handle Handle
 RuntimeException Handle definition.
typedef spec::View View
 RuntimeException View definition.
typedef spec::Holder Holder
 RuntimeException Holder definition.

Protected Member Functions

 RuntimeException (String::View vsMsg=String::null_string, Exception::View vCause=NULL)
 Create an RuntimeException.

Constructor & Destructor Documentation

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

Create an RuntimeException.

Parameters:
vsMsg the detail message
vCause the underlying cause of the exception
Returns:
a new RuntimeException


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