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

List of all members.

Public Member Functions

 MendixException ()
 MendixException (String errMsg)
 MendixException (String errMsg, Throwable cause)
 MendixException (Throwable cause)

Detailed Description

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


Constructor & Destructor Documentation

com.mendix.systemwideinterfaces.MendixException.MendixException ( )
com.mendix.systemwideinterfaces.MendixException.MendixException ( String  errMsg)
Parameters:
errMsgThe error message of this exception
com.mendix.systemwideinterfaces.MendixException.MendixException ( String  errMsg,
Throwable  cause 
)
Parameters:
errMsgThe error message of this exception
causeThe cause of this exception
com.mendix.systemwideinterfaces.MendixException.MendixException ( Throwable  cause)
Parameters:
causeThe cause of this exception

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