jef.dna.constantPoolTable.exceptions
Class UnknownConstantPoolTableEntryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jef.dna.constantPoolTable.exceptions.UnknownConstantPoolTableEntryException
All Implemented Interfaces:
java.io.Serializable

public class UnknownConstantPoolTableEntryException
extends java.lang.Exception

This exception is thrown whenever a given constant pool table entry is not recognized.

Author:
frusso
See Also:
Serialized Form

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

UnknownConstantPoolTableEntryException

public UnknownConstantPoolTableEntryException()
Creates a new instance of UnknownConstantPoolTableEntryException without detail message.


UnknownConstantPoolTableEntryException

public UnknownConstantPoolTableEntryException(java.lang.String msg)
Constructs an instance of UnknownConstantPoolTableEntryException with the specified detail message.

Parameters:
msg - The detail message.

UnknownConstantPoolTableEntryException

public UnknownConstantPoolTableEntryException(int tag)
Constructs an instance of UnknownConstantPoolTableEntryException with the specified detail message.

Parameters:
tag - the constant pool table invalid tag.