Package com.mendix.core
Class CoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mendix.systemwideinterfaces.MendixException
com.mendix.core.CoreException
- All Implemented Interfaces:
Serializable
Checked variant of CoreRuntimeException. Use of this exception is not encouraged
as occurrences of this exception will be turned into non-checked variants (either CoreRuntimeException
or MendixRuntimeException).
- See Also:
-
Constructor Summary
ConstructorDescriptionCoreException
(String errMsg) CoreException
(String errMsg, Throwable cause) CoreException
(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
-
CoreException
public CoreException() -
CoreException
-
CoreException
-
CoreException
-