Class FrameException

    • Constructor Detail

      • FrameException

        public FrameException()
        Constructs a new FrameException without a detail message.
      • FrameException

        public FrameException​(String s)
        Constructs a new FrameException with the specified detail message.
        Parameters:
        s - the detail message
      • FrameException

        public FrameException​(String s,
                              Throwable cause)
        Constructs a new FrameException with the specified detail message and cause.
        Parameters:
        s - the detail message
        cause - the cause in form of a throwable object, can be null