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:
java.io.Serializable
public class CoreException extends MendixException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CoreException()
CoreException(java.lang.String errMsg)
CoreException(java.lang.String errMsg, java.lang.Throwable cause)
CoreException(java.lang.Throwable cause)
-