com.sun.tools.classfile
Class ConstantPool.EntryNotFound

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.tools.classfile.ConstantPoolException
              extended by com.sun.tools.classfile.ConstantPool.EntryNotFound
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ConstantPool

public class ConstantPool.EntryNotFound
extends ConstantPoolException

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 java.lang.Object value
           
 
Fields inherited from class com.sun.tools.classfile.ConstantPoolException
index
 
Constructor Summary
ConstantPool.EntryNotFound(java.lang.Object value)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

value

public final java.lang.Object value
Constructor Detail

ConstantPool.EntryNotFound

ConstantPool.EntryNotFound(java.lang.Object value)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable