XML for Java Compatibility API 2.0.6

com.ibm.xml.parser
Class InvalidEncodingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--com.ibm.xml.parser.InvalidEncodingException

public class InvalidEncodingException
extends java.io.IOException

XML4J parser exception which signals that the XML parser is unable to detect the encoding of the input or has detected irregularities in the input such as missing byte marks.

Version:
Revision: 73 1.4 src/com/ibm/xml/parser/InvalidEncodingException.java, parser, xml4j2, xml4j2_0_6
See Also:
IOException, Serialized Form

Constructor Summary
InvalidEncodingException()
          Constructor for exception with no detail message.
InvalidEncodingException(java.lang.String msg)
          Constructor for exception with detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidEncodingException

public InvalidEncodingException()
Constructor for exception with no detail message.

InvalidEncodingException

public InvalidEncodingException(java.lang.String msg)
Constructor for exception with detail message.
Parameters:
msg - The detail message for the exception.

XML for Java Compatibility API 2.0.6