com.ddtek.xmlconverter.exception
Class ConverterCancelledException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bycom.ddtek.xmlconverter.exception.ConverterException
                  extended bycom.ddtek.xmlconverter.exception.ConverterCancelledException
All Implemented Interfaces:
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

Constructor Summary
 
Methods inherited from class com.ddtek.xmlconverter.exception.ConverterException
WrapAsConverterException, WrapAsIOException, WrapAsRuntimeException, WrapAsSAXException, WrapAsSAXParseException, WrapAsTransformerException, WrapAsXMLStreamException
 
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
 

Constructor Detail