|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jef.dna.instructions.exceptions.UnknownOpCodeException
public class UnknownOpCodeException
This exception is thrown whenever an unknown opCode is specified by the user or when it is read from a stream representing the Java class
Constructor Summary | |
---|---|
UnknownOpCodeException()
Creates a new instance of UnknownOpCode without detail message. |
|
UnknownOpCodeException(java.lang.String msg)
Constructs an instance of UnknownOpCode with the specified detail message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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 |
---|
public UnknownOpCodeException()
UnknownOpCode
without detail message.
public UnknownOpCodeException(java.lang.String msg)
UnknownOpCode
with the specified detail message.
msg
- the detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |