Enhydra 3.1b2 API

org.enhydra.xml.xmlc.reloading
Class XMLCReloadingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.lutris.util.ChainedRuntimeException
                          |
                          +--org.enhydra.xml.xmlc.XMLCRuntimeException
                                |
                                +--org.enhydra.xml.xmlc.reloading.XMLCReloadingException

public synchronized class XMLCReloadingException
extends XMLCRuntimeException

See Also:
Serialized Form

Constructor Summary
XMLCReloadingException(java.lang.String)
           
XMLCReloadingException(java.lang.String, java.lang.Throwable)
           
XMLCReloadingException(java.lang.Throwable)
           
 
Method Summary
 java.lang.String getErrorOutput()
           
 void setErrorOutput(java.lang.String)
           
 
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

XMLCReloadingException

public XMLCReloadingException(java.lang.String)

XMLCReloadingException

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

XMLCReloadingException

public XMLCReloadingException(java.lang.Throwable)
Method Detail

getErrorOutput

public java.lang.String getErrorOutput()

setErrorOutput

public void setErrorOutput(java.lang.String)

Enhydra 3.1b2 API