org.objectweb.dream.adl.legacy
Class ComponentNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.dream.adl.legacy.ComponentNotFoundException
All Implemented Interfaces:
Serializable

public class ComponentNotFoundException
extends Exception

Exception thrown by Resolver.resolve(Object, String, java.util.Map) method.

See Also:
Serialized Form

Constructor Summary
ComponentNotFoundException(String message, Object context, Object name)
          Default constructor
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentNotFoundException

public ComponentNotFoundException(String message,
                                  Object context,
                                  Object name)
Default constructor

Parameters:
message - a message.
context - the context
name - the name
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable
See Also:
Object.toString()


Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.