sk.uniba.euromath.tools.xml.sax
Class SAXExceptionFixed

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by sk.uniba.euromath.tools.xml.sax.SAXExceptionFixed
All Implemented Interfaces:
Serializable

public final class SAXExceptionFixed
extends SAXException

Fixes the SAX exception by setting the cause correctly.

Author:
Martin Vysny
See Also:
Serialized Form

Constructor Summary
SAXExceptionFixed()
          Constructor.
SAXExceptionFixed(Exception e)
          Constructor.
SAXExceptionFixed(String message)
          Constructor.
SAXExceptionFixed(String message, Exception e)
          Constructor.
 
Method Summary
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

SAXExceptionFixed

public SAXExceptionFixed()
Constructor.


SAXExceptionFixed

public SAXExceptionFixed(String message)
Constructor.

Parameters:
message - the message.

SAXExceptionFixed

public SAXExceptionFixed(Exception e)
Constructor.

Parameters:
e - cause.

SAXExceptionFixed

public SAXExceptionFixed(String message,
                         Exception e)
Constructor.

Parameters:
message - the message.
e - cause.


Copyright 2003-2003-2006 null. All Rights Reserved.