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

E47891-01

IllegalArgumentException Class Reference

#include <coherence/lang/IllegalArgumentException.hpp>

Inherits RuntimeException.

List of all members.


Detailed Description

Thrown to indicate that a function has been passed an illegal or inappropriate argument.

Public Types

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

Protected Member Functions

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

Constructor & Destructor Documentation

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

Create an IllegalArgumentException.

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


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