org.objectweb.dsrg.sofa.microarchitecture
Class InterfaceNotFoundException

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.InterfaceNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class InterfaceNotFoundException
extends SOFAException

Thrown when component does not have requested interface.

See Also:
Serialized Form

Constructor Summary
InterfaceNotFoundException()
           
InterfaceNotFoundException(java.lang.String s)
           
InterfaceNotFoundException(java.lang.String s, java.lang.Throwable t)
           
InterfaceNotFoundException(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

InterfaceNotFoundException

public InterfaceNotFoundException()

InterfaceNotFoundException

public InterfaceNotFoundException(java.lang.String s)

InterfaceNotFoundException

public InterfaceNotFoundException(java.lang.String s,
                                  java.lang.Throwable t)

InterfaceNotFoundException

public InterfaceNotFoundException(java.lang.Throwable t)