Class DrawRuntimeException

    • Constructor Detail

      • DrawRuntimeException

        public DrawRuntimeException()
        Create an empty runtime drawing exception.
      • DrawRuntimeException

        public DrawRuntimeException​(String message)
        Create a runtime drawing exception with a custom message.
        Parameters:
        message - String; the custom message.
      • DrawRuntimeException

        public DrawRuntimeException​(Throwable cause)
        Create a runtime drawing exception with an underlying cause.
        Parameters:
        cause - Throwable; the cause of this exception to be thrown
      • DrawRuntimeException

        public DrawRuntimeException​(String message,
                                    Throwable cause)
        Create a runtime drawing exception with a custom message and an underlying cause.
        Parameters:
        message - String; the custom message
        cause - Throwable; the cause of this exception to be thrown