All Packages Class Hierarchy This Package Previous Next Index
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 IOException
Signals that XML parser can't detect encoding of input.
- Version:
- 19980128
-
InvalidEncodingException()
- Constructs an
InvalidEncodingException with no detail message.
-
InvalidEncodingException(String)
- Constructs an
InvalidEncodingException with the specified detail message.
InvalidEncodingException
public InvalidEncodingException()
- Constructs an
InvalidEncodingException with no detail message.
InvalidEncodingException
public InvalidEncodingException(String s)
- Constructs an
InvalidEncodingException with the specified detail message.
All Packages Class Hierarchy This Package Previous Next Index