Class UnknownContextException

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

      Constructors 
      Constructor Description
      UnknownContextException()
      Constructs an UnknownContextException with a default message.
      UnknownContextException​(java.lang.String message)
      Constructs an UnknownContextException 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

      • UnknownContextException

        public UnknownContextException()

        Constructs an UnknownContextException with a default message.

      • UnknownContextException

        public UnknownContextException​(java.lang.String message)

        Constructs an UnknownContextException with the specified detail message.

        Parameters:
        message - The message.