|
||||||||||
| 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.interpreter.max.exception.NoTokenStreamFactoryException
public class NoTokenStreamFactoryException
This Exception is thrown when a TokenStreamFactory is needed but none is found.
| Field Summary | |
|---|---|
protected static long |
serialVersionUID
The constant serialVersionUID contains the id for serialization. |
| Constructor Summary | |
|---|---|
NoTokenStreamFactoryException(java.lang.String aMessage)
Create a new object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLocalizedMessage()
Getter for the localized message of this Exception. |
| 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 NoTokenStreamFactoryException(java.lang.String aMessage)
aMessage - the message string| Method Detail |
|---|
public java.lang.String getLocalizedMessage()
ConfigurationException.FormatCauseMessageLocation is used when a cause, a message, and a location are present. The arguments {1}, {2}, and {3} are set respectively.
ConfigurationException.FormatCauseLocation is used when a cause and a location are present. The arguments {1} and {2} are set respectively.
ConfigurationException.FormatCauseMessage is used when a cause and a message are present. The arguments {1} and {2} are set respectively.
ConfigurationException.FormatCause is used when a cause is present. The argument {1} is set respectively.
ConfigurationException.FormatMessageLocation is used when a message and a location are present. The arguments {1} and {2} are set respectively.
ConfigurationException.FormatMessage is used when a message is present. The argument {1} is set respectively.
ConfigurationException.FormatLocation is used when a location is present. The argument {1} is set respectively.
The arguments {0} is always replaced by the text from
getText().
getLocalizedMessage in class ConfigurationExceptionConfigurationException.getLocalizedMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||