com.esf.core.configuration.service
Class EsfConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.esf.core.configuration.service.EsfConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class EsfConfigurationException
extends java.lang.Exception

An @Exception to be used by bundles when they receive an invalid configuration Object Copyright © 2009 Eurotech Inc. All rights reserved.

See Also:
Serialized Form

Constructor Summary
EsfConfigurationException(java.lang.String message)
          Represents an @Exception that is thrown if a bundle receiving its configuration is not able to handle parsing the configuration or is not able to cast it to the type of @Object that is expected by the specific bundle being configured
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EsfConfigurationException

public EsfConfigurationException(java.lang.String message)
Represents an @Exception that is thrown if a bundle receiving its configuration is not able to handle parsing the configuration or is not able to cast it to the type of @Object that is expected by the specific bundle being configured

Parameters:
message - a verbose message explaining the error in dealing with the configuration object