org.extex.framework.configuration.exception
Class ConfigurationUnsupportedEncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.extex.framework.configuration.exception.ConfigurationException
org.extex.framework.configuration.exception.ConfigurationUnsupportedEncodingException
- All Implemented Interfaces:
- java.io.Serializable
public class ConfigurationUnsupportedEncodingException
- extends ConfigurationException
This Exception is thrown when a configuration tries to use an unsupported
encoding.
- Version:
- $Revision: 5837 $
- Author:
- Gerd Neugebauer
- See Also:
- Serialized Form
|
Method Summary |
protected java.lang.String |
getText()
Getter for the text prefix of this ConfigException. |
| 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 |
ConfigurationUnsupportedEncodingException
public ConfigurationUnsupportedEncodingException(java.lang.String message,
java.lang.String source)
- Create a new object.
- Parameters:
message - the message stringsource - the the name of the file for which this exception occurred
ConfigurationUnsupportedEncodingException
public ConfigurationUnsupportedEncodingException(java.lang.String message,
java.lang.Throwable cause)
- Creates a new object.
- Parameters:
message - message the message stringcause - the next Throwable in the list
getText
protected java.lang.String getText()
- Getter for the text prefix of this ConfigException.
The text is taken from the resource bundle ConfigurationEception
under the key ConfigurationUnsupportedEncodingException.Text.
- Overrides:
getText in class ConfigurationException
- Returns:
- the text