jef.dna.constantPoolTable.exceptions
Class WrongReferenceInConstantPoolTableException

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

public class WrongReferenceInConstantPoolTableException
extends java.lang.Exception

Author:
frusso
See Also:
Serialized Form

Constructor Summary
WrongReferenceInConstantPoolTableException()
          Creates a new instance of WrongReferenceInConstantPoolTableException without detail message.
WrongReferenceInConstantPoolTableException(java.lang.String msg)
          Constructs an instance of WrongReferenceInConstantPoolTableException 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

WrongReferenceInConstantPoolTableException

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


WrongReferenceInConstantPoolTableException

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

Parameters:
msg - the detail message.