FileDocCategorySizeDatePackage
ExpatException.javaAPI DocAndroid 1.5 API920Wed May 06 22:41:06 BST 2009org.apache.harmony.xml

ExpatException

public class ExpatException extends Exception
Used internally to propogate Expat errors. We convert these exceptions into SAXParseExceptions before propogating them to the client.

Fields Summary
Constructors Summary
public ExpatException(String message)

        super(message);
    
Methods Summary