Class UnexpectedFrameError

All Implemented Interfaces:
Serializable

public class UnexpectedFrameError extends RuntimeException
Thrown when the command parser hits an unexpected frame type.
See Also:
  • Constructor Details Link icon

    • UnexpectedFrameError Link icon

      public UnexpectedFrameError(Frame frame, int expectedFrameType)
  • Method Details Link icon

    • getSerialVersionUID Link icon

      public static long getSerialVersionUID()
    • getReceivedFrame Link icon

      public Frame getReceivedFrame()
    • getExpectedFrameType Link icon

      public int getExpectedFrameType()