Mendix Runtime
Documentation for the Mendix Runtime Environment API
|
Public Member Functions | |
MendixRuntimeException () | |
MendixRuntimeException (String message, Throwable cause) | |
MendixRuntimeException (String message) | |
MendixRuntimeException (Throwable cause) |
Generic Mendix unchecked exception.
com.mendix.systemwideinterfaces.MendixRuntimeException.MendixRuntimeException | ( | ) |
com.mendix.systemwideinterfaces.MendixRuntimeException.MendixRuntimeException | ( | String | message, |
Throwable | cause | ||
) |
message | The message of this exception |
cause | The cause of this exception |
com.mendix.systemwideinterfaces.MendixRuntimeException.MendixRuntimeException | ( | String | message | ) |
message | The message of this exception |
com.mendix.systemwideinterfaces.MendixRuntimeException.MendixRuntimeException | ( | Throwable | cause | ) |
cause | The cause of this exception |