Class CoreRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CoreRuntimeException
    extends MendixRuntimeException
    Thrown when exception arises in core parts of the runtime.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CoreRuntimeException​(java.lang.String message)
      Creates an exception with the specified message.
      CoreRuntimeException​(java.lang.String message, java.lang.Throwable cause)
      Creates an exception with the specified message and cause.
      CoreRuntimeException​(java.lang.Throwable cause)
      Creates an exception with the specified cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CoreRuntimeException

        public CoreRuntimeException​(java.lang.String message,
                                    java.lang.Throwable cause)
        Creates an exception with the specified message and cause.
        Parameters:
        message - the exception message
        cause - the underlying cause of this exception
      • CoreRuntimeException

        public CoreRuntimeException​(java.lang.String message)
        Creates an exception with the specified message.
        Parameters:
        message - the exception message
      • CoreRuntimeException

        public CoreRuntimeException​(java.lang.Throwable cause)
        Creates an exception with the specified cause.
        Parameters:
        cause - the underlying cause of this exception