Class DsolRuntimeException

    • Constructor Detail

      • DsolRuntimeException

        public DsolRuntimeException()
      • DsolRuntimeException

        public DsolRuntimeException​(String message)
        Parameters:
        message - String; the message of the exception
      • DsolRuntimeException

        public DsolRuntimeException​(Throwable cause)
        Parameters:
        cause - Throwable; the exception that caused this exception to be triggered
      • DsolRuntimeException

        public DsolRuntimeException​(String message,
                                    Throwable cause)
        Parameters:
        message - String; the message of the exception
        cause - Throwable; the exception that caused this exception to be triggered
      • DsolRuntimeException

        public DsolRuntimeException​(String message,
                                    Throwable cause,
                                    boolean enableSuppression,
                                    boolean writableStackTrace)
        Parameters:
        message - String; the message of the exception
        cause - Throwable; the exception that caused this exception to be triggered
        enableSuppression - boolean; whether or not suppression is enabled or disabled
        writableStackTrace - boolean; whether or not the stack trace should be writable