Mendix Runtime
Documentation for the Mendix Runtime Environment API
com.mendix.core.CoreException Class Reference
+ Inheritance diagram for com.mendix.core.CoreException:

List of all members.

Public Member Functions

 CoreException ()
 CoreException (String errMsg)
 CoreException (Throwable e)
 CoreException (String errMsg, Throwable cause)

Detailed Description

Checked variant of CoreRuntimeException. Use of this exception is not encouraged as occurrences of this exception will be turned into non-checked variants (either CoreRuntimeException or MendixRuntimeException).


Constructor & Destructor Documentation

com.mendix.core.CoreException.CoreException ( )
com.mendix.core.CoreException.CoreException ( String  errMsg)
com.mendix.core.CoreException.CoreException ( Throwable  e)
com.mendix.core.CoreException.CoreException ( String  errMsg,
Throwable  cause 
)

The documentation for this class was generated from the following file: