org.objectweb.fractal.adl.implementations
Class ImplementationNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.fractal.adl.ADLException
org.objectweb.fractal.adl.implementations.ImplementationException
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
| 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 |
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.