|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jef.dna.constantPoolTable.exceptions.UnknownConstantPoolTableEntryException
public class UnknownConstantPoolTableEntryException
This exception is thrown whenever a given constant pool table entry is not recognized.
| Constructor Summary | |
|---|---|
UnknownConstantPoolTableEntryException()
Creates a new instance of UnknownConstantPoolTableEntryException without
detail message. |
|
UnknownConstantPoolTableEntryException(int tag)
Constructs an instance of UnknownConstantPoolTableEntryException with the
specified detail message. |
|
UnknownConstantPoolTableEntryException(java.lang.String msg)
Constructs an instance of UnknownConstantPoolTableEntryException 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 UnknownConstantPoolTableEntryException()
UnknownConstantPoolTableEntryException without
detail message.
public UnknownConstantPoolTableEntryException(java.lang.String msg)
UnknownConstantPoolTableEntryException with the
specified detail message.
msg - The detail message.public UnknownConstantPoolTableEntryException(int tag)
UnknownConstantPoolTableEntryException with the
specified detail message.
tag - the constant pool table invalid tag.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||