Class UnknownInstructionException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UnknownInstructionException()
      Constructs an InsufficientBytesException with a default message.
      UnknownInstructionException​(java.lang.String message)
      Constructs an InsufficientBytesException with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnknownInstructionException

        public UnknownInstructionException()

        Constructs an InsufficientBytesException with a default message.

      • UnknownInstructionException

        public UnknownInstructionException​(java.lang.String message)

        Constructs an InsufficientBytesException with the specified detail message.

        Parameters:
        message - The message.