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
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.