com.sun.tools.classfile
Class ConstantPool.UnexpectedEntry

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

public class ConstantPool.UnexpectedEntry
extends ConstantPoolException

See Also:
Serialized Form

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

expected_tag

public final int expected_tag

found_tag

public final int found_tag
Constructor Detail

ConstantPool.UnexpectedEntry

ConstantPool.UnexpectedEntry(int index,
                             int expected_tag,
                             int found_tag)
Method Detail

getMessage

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