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

List of all members.

Public Member Functions

 CoreRuntimeException (String message, Throwable cause)
 CoreRuntimeException (String message)
 CoreRuntimeException (Throwable cause)

Detailed Description

Thrown when exception arises in Core parts of the runtime.


Constructor & Destructor Documentation

com.mendix.core.CoreRuntimeException.CoreRuntimeException ( String  message,
Throwable  cause 
)
Parameters:
message
cause
com.mendix.core.CoreRuntimeException.CoreRuntimeException ( String  message)
Parameters:
message
com.mendix.core.CoreRuntimeException.CoreRuntimeException ( Throwable  cause)
Parameters:
causethe cause of this exception

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