Package org.graffiti.util
Class InstanceCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.graffiti.util.InstanceCreationException
- All Implemented Interfaces:
Serializable
public class InstanceCreationException extends Exception
An exception, which is thrown, iff the instantiation of a given class fails.
- Version:
- $Revision: 1.5 $
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description InstanceCreationException(Exception ex)
Creates a new InstanceCreationException object.InstanceCreationException(String msg)
Creates a new InstanceCreationException object. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InstanceCreationException
Creates a new InstanceCreationException object.- Parameters:
msg
- DOCUMENT ME!
-
InstanceCreationException
Creates a new InstanceCreationException object.- Parameters:
ex
- DOCUMENT ME!
-