gov.sns.tools.xml
Class XmlDataAdaptor.CreationException

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

public static class XmlDataAdaptor.CreationException
extends ExceptionWrapper

See Also:
Serialized Form

Constructor Summary
XmlDataAdaptor.CreationException(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.CreationException

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