org.apache.commons.jelly.util
Class SAXParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
org.xml.sax.SAXParseException
org.apache.commons.jelly.util.SAXParseException
- All Implemented Interfaces:
- Serializable
public class SAXParseException
- extends SAXParseException
SAXParseException with a bug fix to support
exception nesting.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
|
Constructor Summary |
SAXParseException(String message,
Locator locator)
|
SAXParseException(String message,
Locator locator,
Exception e)
|
SAXParseException(String message,
String publicId,
String systemId,
int lineNumber,
int columnNumber)
|
SAXParseException(String message,
String publicId,
String systemId,
int lineNumber,
int columnNumber,
Exception e)
|
SAXParseException
public SAXParseException(String message,
Locator locator)
SAXParseException
public SAXParseException(String message,
Locator locator,
Exception e)
SAXParseException
public SAXParseException(String message,
String publicId,
String systemId,
int lineNumber,
int columnNumber)
SAXParseException
public SAXParseException(String message,
String publicId,
String systemId,
int lineNumber,
int columnNumber,
Exception e)
getCause
public Throwable getCause()
- Overrides:
getCause in class SAXException
toString
public String toString()
- Overrides:
toString in class SAXException
Copyright © 2012 Apache Software Foundation. All Rights Reserved.