org.objectweb.dsrg.sofa.microarchitecture
Class InstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.dsrg.sofa.SOFAException
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
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 |
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)