com.sun.tools.classfile
Class ConstantPool.InvalidIndex

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.InvalidIndex
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ConstantPool

public class ConstantPool.InvalidIndex
extends ConstantPoolException

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class com.sun.tools.classfile.ConstantPoolException
index
 
Constructor Summary
ConstantPool.InvalidIndex(int index)
           
 
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
Constructor Detail

ConstantPool.InvalidIndex

ConstantPool.InvalidIndex(int index)
Method Detail

getMessage

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