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

List of all members.

Public Member Functions

 MendixRuntimeException ()
 MendixRuntimeException (String message, Throwable cause)
 MendixRuntimeException (String message)
 MendixRuntimeException (Throwable cause)

Detailed Description

Generic Mendix unchecked exception.


Constructor & Destructor Documentation

com.mendix.systemwideinterfaces.MendixRuntimeException.MendixRuntimeException ( )
com.mendix.systemwideinterfaces.MendixRuntimeException.MendixRuntimeException ( String  message,
Throwable  cause 
)
Parameters:
messageThe message of this exception
causeThe cause of this exception
com.mendix.systemwideinterfaces.MendixRuntimeException.MendixRuntimeException ( String  message)
Parameters:
messageThe message of this exception
com.mendix.systemwideinterfaces.MendixRuntimeException.MendixRuntimeException ( Throwable  cause)
Parameters:
causeThe cause of this exception

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