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

Constructor Index

 o InvalidEncodingException()
Constructs an InvalidEncodingException with no detail message.
 o InvalidEncodingException(String)
Constructs an InvalidEncodingException with the specified detail message.

Constructors

 o InvalidEncodingException
 public InvalidEncodingException()
Constructs an InvalidEncodingException with no detail message.

 o InvalidEncodingException
 public InvalidEncodingException(String s)
Constructs an InvalidEncodingException with the specified detail message.


All Packages  Class Hierarchy  This Package  Previous  Next  Index