Class PaintException

    • Constructor Detail

      • PaintException

        public PaintException​(String msg)
        Constructs an instance of PaintExeception with the specified detail message.
        Parameters:
        msg - the detail message.
      • PaintException

        public PaintException​(String msg,
                              Throwable cause)
        Constructs an instance of PaintExeception with the specified detail message and cause.
        Parameters:
        msg - the detail message.
        cause - the cause
      • PaintException

        public PaintException​(IOException exception)
        Constructs an instance of PaintExeception from IOException.
        Parameters:
        exception - the original exception.