gov.sns.xal.smf.parser
Class XmlDataSource.XmlDocumentCreateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--gov.sns.tools.ExceptionWrapper
                          |
                          +--gov.sns.xal.smf.parser.XmlDataSource.XmlDocumentCreateException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
XmlDataSource

public static class XmlDataSource.XmlDocumentCreateException
extends ExceptionWrapper

See Also:
Serialized Form

Constructor Summary
XmlDataSource.XmlDocumentCreateException(java.lang.Exception exception)
           
 
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

XmlDataSource.XmlDocumentCreateException

public XmlDataSource.XmlDocumentCreateException(java.lang.Exception exception)