Class DrawException

    • Constructor Detail

      • DrawException

        public DrawException()
        Create an empty drawing exception.
      • DrawException

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

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

        public DrawException​(String message,
                             Throwable cause)
        Create a 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