Class InsufficientBytesException

All Implemented Interfaces:
Serializable

public class InsufficientBytesException extends UsrException

An InsufficientBytesException indicates that there were not enough consecutive bytes available to fully parse an instruction.

See Also:
  • Constructor Details

    • InsufficientBytesException

      public InsufficientBytesException()

      Constructs an InsufficientBytesException with a default message.

    • InsufficientBytesException

      public InsufficientBytesException(String message)

      Constructs an InsufficientBytesException with the specified detail message.

      Parameters:
      message - The message.