com.wm.app.tn.doc
Class CorruptDocException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.wm.util.LocalizedException
              extended by com.wm.util.ServerException
                  extended by com.wm.app.b2b.server.ServiceException
                      extended by com.wm.app.tn.err.WrappedException
                          extended by com.wm.app.tn.doc.BizDocTypeException
                              extended by com.wm.app.tn.doc.CorruptDocException
All Implemented Interfaces:
com.wm.util.SpecifiedLocale, java.io.Serializable
Direct Known Subclasses:
CorruptXMLException

public abstract class CorruptDocException
extends BizDocTypeException

A special kind of type exception which indicates that a corrupt document has been encountered. The recognition engine will treat these exceptions specially.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.wm.util.ServerException
ALARM, QUIET
 
Fields inherited from interface com.wm.util.SpecifiedLocale
NULL_LOCALE
 
Constructor Summary
CorruptDocException(java.lang.String msg, java.lang.Exception e)
           
 
Method Summary
 BizDocEnvelope getEnvelope()
           
 void setEnvelope(BizDocEnvelope env)
           
 
Methods inherited from class com.wm.app.tn.err.WrappedException
addException, addExceptions, firstException, getMessage, nextException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class com.wm.util.ServerException
getSeverity, setSeverity
 
Methods inherited from class com.wm.util.LocalizedException
getErrorDetails, getInfo, getLocalizedMessage, getLocalizedMessage, getMsgId, getMsgOnly, getMsgOnly, getWrappedException, setErrorDetails
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CorruptDocException

public CorruptDocException(java.lang.String msg,
                           java.lang.Exception e)
Method Detail

setEnvelope

public void setEnvelope(BizDocEnvelope env)

getEnvelope

public BizDocEnvelope getEnvelope()