org.objectweb.dsrg.sofa.microarchitecture
Class InstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.dsrg.sofa.SOFAException
              extended by org.objectweb.dsrg.sofa.microarchitecture.InstantiationException
All Implemented Interfaces:
java.io.Serializable

public class InstantiationException
extends SOFAException

Exception thrown when something goes wrong when instantiating component.

See Also:
Serialized Form

Constructor Summary
InstantiationException()
           
InstantiationException(java.lang.String str)
           
InstantiationException(java.lang.String str, java.lang.Throwable t)
           
InstantiationException(java.lang.Throwable t)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstantiationException

public InstantiationException()

InstantiationException

public InstantiationException(java.lang.String str)

InstantiationException

public InstantiationException(java.lang.Throwable t)

InstantiationException

public InstantiationException(java.lang.String str,
                              java.lang.Throwable t)