info.informatica.lang
Class FornameInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by info.informatica.lang.FornameInstantiationException
All Implemented Interfaces:
Serializable

public class FornameInstantiationException
extends Exception

Lazy developers use this class when the Class.forName() instantiation fails.

Author:
Carlos Amengual
See Also:
Serialized Form

Constructor Summary
FornameInstantiationException()
           
FornameInstantiationException(String message)
           
FornameInstantiationException(String message, Throwable cause)
           
FornameInstantiationException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FornameInstantiationException

public FornameInstantiationException()

FornameInstantiationException

public FornameInstantiationException(String message)

FornameInstantiationException

public FornameInstantiationException(String message,
                                     Throwable cause)

FornameInstantiationException

public FornameInstantiationException(Throwable cause)