org.apache.felix.ipojo
Class MissingHandlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.felix.ipojo.MissingHandlerException
All Implemented Interfaces:
java.io.Serializable

public class MissingHandlerException
extends java.lang.Exception

Missing Handler Exception. This exception occurs when an handler is missing to build an instance.

Author:
Felix Project Team
See Also:
Serialized Form

Constructor Summary
MissingHandlerException(java.util.List missing)
          Constructor.
 
Method Summary
 java.lang.String getMessage()
          Get the error message.
 
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

MissingHandlerException

public MissingHandlerException(java.util.List missing)
Constructor.

Parameters:
missing - : list of missing handlers.
Method Detail

getMessage

public java.lang.String getMessage()
Get the error message.

Overrides:
getMessage in class java.lang.Throwable
Returns:
: the error message
See Also:
Throwable.getMessage()