Class UnknownInstructionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NestedDelaySlotException

public class UnknownInstructionException extends UsrException

An UnknownInstructionException indicates that the bytes at the parse address did not form a legal known instruction.

See Also:
  • Constructor Details

    • UnknownInstructionException

      public UnknownInstructionException()

      Constructs an InsufficientBytesException with a default message.

    • UnknownInstructionException

      public UnknownInstructionException(String message)

      Constructs an InsufficientBytesException with the specified detail message.

      Parameters:
      message - The message.