gov.sns.tools.xml
Class XmlDataAdaptor.WriteException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--gov.sns.tools.ExceptionWrapper
                          |
                          +--gov.sns.tools.xml.XmlDataAdaptor.WriteException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
XmlDataAdaptor

public static class XmlDataAdaptor.WriteException
extends ExceptionWrapper

Wrapper for exceptions that may be thrown while writing: java.io.IOException java.net.MalformedURLException

See Also:
Serialized Form

Constructor Summary
XmlDataAdaptor.WriteException(java.lang.Exception excpt)
           
 
Methods inherited from class gov.sns.tools.ExceptionWrapper
rootException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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
 

Constructor Detail

XmlDataAdaptor.WriteException

public XmlDataAdaptor.WriteException(java.lang.Exception excpt)