Contents | Package | Class | Tree | Deprecated | Index | Help XML for Java 1.0.4
PREV | NEXT SHOW LISTS | HIDE LISTS

Class com.ibm.xml.parser.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: 07 1.4 src/com/ibm/xml/parser/InvalidEncodingException.java, xml4jsrc, xml4j-jtcsv, xml4j_1_0_4
See Also:
java.io.IOException

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, toString, 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.

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS