uk.org.ogsadai.converters.webrowset
Class SAXWrappedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.xml.sax.SAXException
                    |
                    +--uk.org.ogsadai.converters.webrowset.SAXWrappedException
All Implemented Interfaces:
java.io.Serializable

public class SAXWrappedException
extends org.xml.sax.SAXException

Disguises a Exception as a SAXException

Author:
The OGSA-DAI Team.
See Also:
Serialized Form

Field Summary
private static java.lang.String COPYRIGHT_NOTICE
          Copyright statement
private  java.lang.Exception mException
          Wrapped exception
 
Fields inherited from class org.xml.sax.SAXException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
SAXWrappedException(java.lang.Exception exception)
          Constructor.
 
Method Summary
 java.lang.Exception getWrappedException()
          Returns the wrapped exception.
 
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
 

Field Detail

COPYRIGHT_NOTICE

private static final java.lang.String COPYRIGHT_NOTICE
Copyright statement

See Also:
Constant Field Values

mException

private java.lang.Exception mException
Wrapped exception

Constructor Detail

SAXWrappedException

public SAXWrappedException(java.lang.Exception exception)
Constructor.

Parameters:
exception - The exception to wrap.
Method Detail

getWrappedException

public java.lang.Exception getWrappedException()
Returns the wrapped exception.

Returns:
the wrapped exception