wt.util.xml.io
Class CharacterEncodingNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.util.xml.XMLMechanismException
wt.util.xml.io.CharacterEncodingNotFoundException
- All Implemented Interfaces:
- LocalizableMessage, Message, Serializable
- public class CharacterEncodingNotFoundException
- extends XMLMechanismException
- implements Serializable
Thrown when mapping between character encodings (e.g. MIME-to-Java) and
the specified encoding cannot be found.
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class wt.util.WTException |
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString, toString |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
characterEncoding
private String characterEncoding
encodingSystem
private String encodingSystem
CharacterEncodingNotFoundException
public CharacterEncodingNotFoundException(String character_encoding,
String encoding_system)
Supported API: false
- Parameters:
character_encoding
- The encoding string that cannot be found.encoding_system
- The encoding system that the unknown encoding is supposed to be in but is missing from (e.g. MIME, Java).
getCharacterEncoding
public String getCharacterEncoding()
- The encoding string that could not be found.
Supported API: false
- Returns:
- String
getEncodingSystem
public String getEncodingSystem()
- The system that the encoding string is supposed to be a part of.
Supported API: false
- Returns:
- String