com.ddtek.xmlconverter.exception
Class ConverterCancelledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.ddtek.xmlconverter.exception.ConverterException
                  extended by com.ddtek.xmlconverter.exception.ConverterCancelledException
All Implemented Interfaces:
com.ddtek.xmlconverter.adapter.edi.EDIErrorDetails, com.ddtek.xmlconverter.adapter.edi.EDISegmentLocator, Serializable

public class ConverterCancelledException
extends ConverterException

This exception is created if the user application calls Conversion.cancel(). After the application calls Conversion.cancel() the ConversionStatus object will contain this exception.

After the call to cancel(), if the user application attempts to write to, read from, or close the conversion's source or result data stream, a ConverterCancelledException will be thrown.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ddtek.xmlconverter.exception.ConverterException
m_errorCode
 
Constructor Summary
 
Method Summary
 
Methods inherited from class com.ddtek.xmlconverter.exception.ConverterException
getDataLine, getEndOffset, getError, getErrorCode, getErrorContext, getErrorLine, getLine, getOffset, getSegment, getSegmentLength, getSegmentNumber, getSegmentObj, getSupplementalInfo, isNestedFatalException, reportedToListener, setErrorCode, setNestedFatalException, setReportedToListener, setSegment, simpleElement, UnwrapInstantiationException, WrapAsConverterException, WrapAsEDIConverterException, WrapAsInternalConverterError, WrapAsIOException, WrapAsRuntimeException, WrapAsSAXException, WrapAsSAXParseException, WrapAsTransformerException, WrapAsXMLStreamException, writeToXML
 
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
 
Methods inherited from interface com.ddtek.xmlconverter.adapter.edi.EDIErrorDetails
getMessage
 

Constructor Detail