|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.esf.core.configuration.service.EsfConfigurationException
public class EsfConfigurationException
An @Exception to be used by bundles when they receive an invalid configuration Object Copyright © 2009 Eurotech Inc. All rights reserved.
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 |
---|
public EsfConfigurationException(java.lang.String message)
message
- a verbose message explaining the error in dealing with the
configuration object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |