Enhydra 3.0.3 API

org.enhydra.xml.xmlc
Class XMLCRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.lutris.util.ChainedRuntimeException
                          |
                          +--org.enhydra.xml.xmlc.XMLCRuntimeException
Direct Known Subclasses:
XMLCAutoCompException

public synchronized class XMLCRuntimeException
extends com.lutris.util.ChainedRuntimeException

See Also:
Serialized Form

Constructor Summary
XMLCRuntimeException(java.lang.String)
           
XMLCRuntimeException(java.lang.String, java.lang.Throwable)
           
XMLCRuntimeException(java.lang.Throwable)
           
 
Methods inherited from class com.lutris.util.ChainedRuntimeException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLCRuntimeException

public XMLCRuntimeException(java.lang.String)

XMLCRuntimeException

public XMLCRuntimeException(java.lang.String,
                            java.lang.Throwable)

XMLCRuntimeException

public XMLCRuntimeException(java.lang.Throwable)

Enhydra 3.0.3 API