Class FrameException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidSourceAndDestinationFrameTypeException

public class FrameException extends NavigationException
Exception related to frames.
See Also:
  • Constructor Details

    • FrameException

      public FrameException()
      Constructor.
    • FrameException

      public FrameException(String message)
      Constructor with message.
      Parameters:
      message - message indicating the cause of the exception.
    • FrameException

      public FrameException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - message indicating the cause of the exception.
      cause - instance containing the cause of the exception.
    • FrameException

      public FrameException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - instance containing the cause of the exception.