jef.dna.constantPoolTable.exceptions
Class ConstantInfoNotFoundException

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

public class ConstantInfoNotFoundException
extends java.lang.Exception

This exception is thrown whenever a required entry cannot be found within the constant pool table.

Author:
Francesco Russo frusso@cs.unibo.it
See Also:
Serialized Form

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

ConstantInfoNotFoundException

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


ConstantInfoNotFoundException

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

Parameters:
msg - The detail message.