Class SAXParseException2

All Implemented Interfaces:
Serializable

public class SAXParseException2 extends SAXParseException
SAXParseException that handles exception chaining correctly.
Since:
2.0 FCS
Author:
Kohsuke Kawaguchi
See Also:
  • Constructor Details

    • SAXParseException2

      public SAXParseException2(String message, Locator locator)
    • SAXParseException2

      public SAXParseException2(String message, Locator locator, Exception e)
    • SAXParseException2

      public SAXParseException2(String message, String publicId, String systemId, int lineNumber, int columnNumber)
    • SAXParseException2

      public SAXParseException2(String message, String publicId, String systemId, int lineNumber, int columnNumber, Exception e)
  • Method Details