org.objectweb.dream.adl.legacy
Class ComponentNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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()
See Also:
Object.toString()


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