Class CoreException

All Implemented Interfaces:
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:
  • Constructor Details

    • CoreException

      public CoreException()
    • CoreException

      public CoreException(String errMsg)
    • CoreException

      public CoreException(Throwable cause)
    • CoreException

      public CoreException(String errMsg, Throwable cause)