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:
Serializable

public class MissingHandlerException
extends Exception

Missing Handler Exception. This exception occurs when an handler factory is missing to create an instance. In fact, when a required handler factory is not avialable or valid, the Handler object cannot be created, and so the instance container cannot be completed.

Author:
Felix Project Team
See Also:
Serialized Form

Constructor Summary
MissingHandlerException(List missing)
          Creates a MissingHandlerException.
 
Method Summary
 String getMessage()
          Gets 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(List missing)
Creates a MissingHandlerException. This methods computes the message from the given list.

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

getMessage

public String getMessage()
Gets the error message.

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


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.