Class CanvasException

    • Constructor Detail

      • CanvasException

        public CanvasException()
        Constructs a new CanvasException exception with null as its detail message.
      • CanvasException

        public CanvasException​(String msg)
        Constructs a new runtime exception with the specified detail message.
        Parameters:
        msg -
      • CanvasException

        public CanvasException​(String msg,
                               Throwable cause)
        Constructs a new runtime exception with the specified detail message and cause.
        Parameters:
        msg -
        cause -
      • CanvasException

        public CanvasException​(Throwable cause)
        Constructs a new runtime exception with the specified detail message and cause.
        Parameters:
        cause -