istack common utility code 2.6.1-redhat-2

com.sun.istack
Class SAXParseException2

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by org.xml.sax.SAXParseException
                  extended by com.sun.istack.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:
Serialized Form

Constructor Summary
SAXParseException2(String message, Locator locator)
           
SAXParseException2(String message, Locator locator, Exception e)
           
SAXParseException2(String message, String publicId, String systemId, int lineNumber, int columnNumber)
           
SAXParseException2(String message, String publicId, String systemId, int lineNumber, int columnNumber, Exception e)
           
 
Method Summary
 Throwable getCause()
           
 
Methods inherited from class org.xml.sax.SAXParseException
getColumnNumber, getLineNumber, getPublicId, getSystemId, toString
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 Detail

getCause

public Throwable getCause()
Overrides:
getCause in class SAXException

istack common utility code 2.6.1-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.