org.objectweb.fractal.adl.implementations
Class ImplementationNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.fractal.adl.ADLException
              extended by org.objectweb.fractal.adl.implementations.ImplementationException
                  extended by org.objectweb.fractal.adl.implementations.ImplementationNotFoundException
All Implemented Interfaces:
java.io.Serializable

Deprecated.

@Deprecated
public class ImplementationNotFoundException
extends ImplementationException

Exception thrown when an implementation cannot be found.
This exception class is deprecated, The ADLException with dedicated ImplementationErrors template should be used instead.

See Also:
Serialized Form

Constructor Summary
ImplementationNotFoundException(java.lang.String signature, java.lang.String msg)
          Deprecated. Constructs a new ImplementationNotFoundException.
ImplementationNotFoundException(java.lang.String signature, java.lang.String msg, java.lang.Exception e)
          Deprecated. Constructs a new ImplementationNotFoundException.
 
Method Summary
 
Methods inherited from class org.objectweb.fractal.adl.implementations.ImplementationException
getMessage, getSignature
 
Methods inherited from class org.objectweb.fractal.adl.ADLException
getError, getSrc
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ImplementationNotFoundException

public ImplementationNotFoundException(java.lang.String signature,
                                       java.lang.String msg,
                                       java.lang.Exception e)
Deprecated. 
Constructs a new ImplementationNotFoundException.

Parameters:
signature - the signature of the faulting IDL.
msg - a detail message.
e - the exception that caused this exception.

ImplementationNotFoundException

public ImplementationNotFoundException(java.lang.String signature,
                                       java.lang.String msg)
Deprecated. 
Constructs a new ImplementationNotFoundException.

Parameters:
signature - the signature of the faulting IDL.
msg - a detail message.


Copyright © 2001-2010 ObjectWeb Consortium. All Rights Reserved.