com.ddtek.xmlconverter.exception
Class StreamClosedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bycom.ddtek.xmlconverter.exception.StreamClosedException
All Implemented Interfaces:
Serializable

public class StreamClosedException
extends IOException

Exception thrown to indicate the converter is no longer accepting input data. When a OutputStreamSource is used to provide input data to a converter, the application is given an OutputStream. The application writes data to that stream, then closes it. This exception will be thrown if the application attempts to write data after the stream is closed, or after the conversion has terminated due to a cancellation or exception.

See Also:
Serialized Form

Constructor Summary
 
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