org.apache.felix.ipojo
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.felix.ipojo.ConfigurationException
- All Implemented Interfaces:
- Serializable
public class ConfigurationException
- extends Exception
This class defines the exception thrown when an instance cannot be configured correctly.
This exception occurs when component metadata are not correct.
- Author:
- Felix Project Team
- See Also:
Exception
,
Serialized Form
ConfigurationException
public ConfigurationException(String mes)
- Creates a new configuration exception.
- Parameters:
mes
- the error message- See Also:
Exception.Exception(String)
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.