List of all members.
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:
-
errMsg | The error message of this exception |
com.mendix.systemwideinterfaces.MendixException.MendixException |
( |
String |
errMsg, |
|
|
Throwable |
cause |
|
) |
| |
- Parameters:
-
errMsg | The error message of this exception |
cause | The cause of this exception |
com.mendix.systemwideinterfaces.MendixException.MendixException |
( |
Throwable |
cause | ) |
|
- Parameters:
-
cause | The cause of this exception |
The documentation for this class was generated from the following file: