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 Details

    • InstanceCreationException

      public InstanceCreationException​(String msg)
      Creates a new InstanceCreationException object.
      Parameters:
      msg - DOCUMENT ME!
    • InstanceCreationException

      public InstanceCreationException​(Exception ex)
      Creates a new InstanceCreationException object.
      Parameters:
      ex - DOCUMENT ME!