|
||||||||||
| 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.scanner.stream.exception.MissingResourceFinderException
public class MissingResourceFinderException
This Exception is thrown when no file finder has been provided before it is needed.
| Field Summary | |
|---|---|
protected static long |
serialVersionUID
The constant serialVersionUID contains the id for serialization. |
| Constructor Summary | |
|---|---|
MissingResourceFinderException(java.lang.String aMessage)
Create a new object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLocalizedMessage()
Getter for the text prefix of this ConfigException. |
| Methods inherited from class org.extex.framework.configuration.exception.ConfigurationException |
|---|
getLocalizer, getSource, getText |
| 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 |
| Field Detail |
|---|
protected static final long serialVersionUID
| Constructor Detail |
|---|
public MissingResourceFinderException(java.lang.String aMessage)
aMessage - the message string| Method Detail |
|---|
public java.lang.String getLocalizedMessage()
getLocalizedMessage in class ConfigurationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||