|
||||||||||
| 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.ConfigurationNotFoundException
public class ConfigurationNotFoundException
This Exception is thrown when a configuration could not be found.
| Constructor Summary | |
|---|---|
ConfigurationNotFoundException(java.lang.String name,
java.lang.String source)
Create a new object. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getText()
Getter for the text prefix of this ConfigurationException. |
| 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 ConfigurationNotFoundException(java.lang.String name,
java.lang.String source)
name - the name of the missing configurationsource - the the name of the file for which this exception occurred| Method Detail |
|---|
protected java.lang.String getText()
ConfigurationException.
The text is taken from the resource bundle ConfigurationEception
under the key ConfigurationNotFoundException.Text. The
argument {0} is replaced by the name of the missing configuration as
passed to the constructor.
getText in class ConfigurationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||