Package com.mendix.core
Class CoreRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mendix.systemwideinterfaces.MendixRuntimeException
com.mendix.core.CoreRuntimeException
- All Implemented Interfaces:
Serializable
Thrown when exception arises in core parts of the runtime.
- See Also:
-
Constructor Summary
ConstructorDescriptionCoreRuntimeException
(String message) CoreRuntimeException
(String message, Throwable cause) CoreRuntimeException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CoreRuntimeException
-
CoreRuntimeException
-
CoreRuntimeException
-