org.apache.batik.dom.util
Class SAXIOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.apache.batik.dom.util.SAXIOException
All Implemented Interfaces:
Serializable

public class SAXIOException
extends IOException

Wrapper for SAX Exceptions which would make it possible to include line and column information with SAX parse errors.

See Also:
Serialized Form

Field Summary
protected  SAXException saxe
           
 
Constructor Summary
SAXIOException(SAXException saxe)
           
 
Method Summary
 Throwable getCause()
           
 SAXException getSAXException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

saxe

protected SAXException saxe
Constructor Detail

SAXIOException

public SAXIOException(SAXException saxe)
Method Detail

getSAXException

public SAXException getSAXException()

getCause

public Throwable getCause()


Copyright © 2009 Apache Software Foundation. All Rights Reserved.