com.sun.tools.classfile
Class ConstantPool.InvalidEntry

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

public class ConstantPool.InvalidEntry
extends ConstantPoolException

See Also:
Serialized Form

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

tag

public final int tag
Constructor Detail

ConstantPool.InvalidEntry

ConstantPool.InvalidEntry(int index,
                          int tag)
Method Detail

getMessage

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