org.apache.felix.ipojo
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ConfigurationException(String mes)
          Creates a new configuration exception.
 
Method Summary
 String getMessage()
          Gets the error message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException(String mes)
Creates a new configuration exception.

Parameters:
mes - the error message
See Also:
Exception.Exception(String)
Method Detail

getMessage

public String getMessage()
Gets the error message.

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


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.