JTools

org.jtools.activate
Class InstantiateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jtools.activate.ResourceException
              extended by org.jtools.activate.InstantiateException
All Implemented Interfaces:
Serializable

public class InstantiateException
extends ResourceException

TODO type-description

Author:
Rainer Noack
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jtools.activate.ResourceException
CLASSCAST, CLASSNOTFOUND, COMPOUND, IO, NOMORERESOURCE
 
Constructor Summary
InstantiateException(InstanceInfo instantiation)
           
InstantiateException(InstanceInfo instantiation, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.jtools.activate.ResourceException
addReason, getReasonCode, getReasons, getResource, getResourceName, setReasonCode
 
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

InstantiateException

public InstantiateException(InstanceInfo instantiation)
Parameters:
instantiation -

InstantiateException

public InstantiateException(InstanceInfo instantiation,
                            Throwable cause)
Parameters:
instantiation -
cause -

JTools

© 2000-2006, JTools.org.