Class UnrecognizedOpcode
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.eolang.jeo.representation.bytecode.UnrecognizedOpcode
-
- All Implemented Interfaces:
Serializable
public final class UnrecognizedOpcode extends IllegalStateException
Unrecognized opcode.- Since:
- 0.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnrecognizedOpcode(int opcode)
Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-