Home » Xerces-J-src.2.9.1 » org.apache.xerces » impl » io » [javadoc | source]
org.apache.xerces.impl.io
public class: MalformedByteSequenceException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.io.IOException
            java.io.CharConversionException
               org.apache.xerces.impl.io.MalformedByteSequenceException

All Implemented Interfaces:
    Serializable

Signals that a malformed byte sequence was detected by a java.io.Reader that decodes bytes of a given encoding into characters.

Field Summary
static final  long serialVersionUID    Serialization version. 
Constructor:
 public MalformedByteSequenceException(MessageFormatter formatter,
    Locale locale,
    String domain,
    String key,
    Object[] arguments) 
    Constructs a MalformedByteSequenceException with the given parameters which may be passed to an error reporter to generate a localized string for this exception.
    Parameters:
    formatter - The MessageFormatter used for building the message text for this exception.
    locale - The Locale for which messages are to be reported.
    domain - The error domain.
    key - The key of the error message.
    arguments - The replacement arguments for the error message, if needed.
Method from org.apache.xerces.impl.io.MalformedByteSequenceException Summary:
getArguments,   getDomain,   getKey,   getMessage
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.xerces.impl.io.MalformedByteSequenceException Detail:
 public Object[] getArguments() 

    Returns the replacement arguments for the error message or null if none exist.

 public String getDomain() 

    Returns the error domain of the error message.

 public String getKey() 

    Returns the key of the error message.

 public synchronized String getMessage() 

    Returns the localized message for this exception.