Class UnknownContextException

All Implemented Interfaces:
Serializable

public class UnknownContextException extends UsrException

An UnknownContextException indicates a processor state context must be known before the bytes at the parse address can form a legal known instruction.

See Also:
  • Constructor Details

    • UnknownContextException

      public UnknownContextException()

      Constructs an UnknownContextException with a default message.

    • UnknownContextException

      public UnknownContextException(String message)

      Constructs an UnknownContextException with the specified detail message.

      Parameters:
      message - The message.