Enhydra 3.0.3 API

org.enhydra.xml.xmlc.autocomp
Class XMLCAutoCompException

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.autocomp.XMLCAutoCompException

public synchronized class XMLCAutoCompException
extends XMLCRuntimeException

See Also:
Serialized Form

Constructor Summary
XMLCAutoCompException(java.lang.String)
           
XMLCAutoCompException(java.lang.String, java.lang.Throwable)
           
XMLCAutoCompException(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

XMLCAutoCompException

public XMLCAutoCompException(java.lang.String)

XMLCAutoCompException

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

XMLCAutoCompException

public XMLCAutoCompException(java.lang.Throwable)
Method Detail

getErrorOutput

public java.lang.String getErrorOutput()

setErrorOutput

public void setErrorOutput(java.lang.String)

Enhydra 3.0.3 API