org.apache.felix.ipojo
Class MissingHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
MissingHandlerException
public MissingHandlerException(List missing)
- Creates a MissingHandlerException.
This methods computes the message from
the given list.
- Parameters:
missing
- the list of missing handlers.
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.