|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.extex.framework.configuration.exception.ConfigurationException
org.extex.framework.configuration.exception.ConfigurationMissingException
public class ConfigurationMissingException
This Exception is thrown when a configuration is requested with the path
null or the empty string. Alternatively it can be used when
some other kind of configuration information is missing.
| Constructor Summary | |
|---|---|
ConfigurationMissingException(java.lang.String message)
Create a new object. |
|
ConfigurationMissingException(java.lang.String message,
java.lang.String location)
Create a new object. |
|
ConfigurationMissingException(java.lang.String message,
java.lang.Throwable cause)
Creates a new object. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getText()
Getter for the text prefix of this ConfigException. |
| Methods inherited from class org.extex.framework.configuration.exception.ConfigurationException |
|---|
getLocalizedMessage, getLocalizer, getSource |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationMissingException(java.lang.String message)
message - the message string
public ConfigurationMissingException(java.lang.String message,
java.lang.String location)
message - the message stringlocation - the location of the missing configuration item
public ConfigurationMissingException(java.lang.String message,
java.lang.Throwable cause)
message - message the message stringcause - the next Throwable in the list| Method Detail |
|---|
protected java.lang.String getText()
getText in class ConfigurationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||