wt.util.xml.io
Class CharacterEncodingNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bywt.util.WTException
              extended bywt.util.xml.XMLMechanismException
                  extended bywt.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

Field Summary
private  String characterEncoding
           
private static String CLASSNAME
           
private  String encodingSystem
           
private static String RESOURCE
           
 
Fields inherited from class wt.util.WTException
GETMESSAGE_LINE_SEPARATOR, LINE_SEPARATOR, SPACE_SEPARATOR, TOSTRING_LINE_SEPARATOR
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CharacterEncodingNotFoundException(String character_encoding, String encoding_system)
          

Supported API: false
 
Method Summary
 String getCharacterEncoding()
          The encoding string that could not be found.
 String getEncodingSystem()
          The system that the encoding string is supposed to be a part of.
 
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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

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).
Method Detail

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