info.informatica.lang
Class FornameInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FornameInstantiationException
public FornameInstantiationException()
FornameInstantiationException
public FornameInstantiationException(String message)
FornameInstantiationException
public FornameInstantiationException(String message,
Throwable cause)
FornameInstantiationException
public FornameInstantiationException(Throwable cause)