org.extex.backend.documentWriter.exception
Class NoOutputStreamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.extex.core.exception.GeneralException
              extended by org.extex.backend.exception.BackendException
                  extended by org.extex.backend.documentWriter.exception.DocumentWriterException
                      extended by org.extex.backend.documentWriter.exception.NoOutputStreamException
All Implemented Interfaces:
java.io.Serializable

public class NoOutputStreamException
extends DocumentWriterException

A document writer throws is exception when no output stream was set before calling shipout.

Version:
$Revision$
Author:
Sebastian Waschik
See Also:
Serialized Form

Constructor Summary
NoOutputStreamException()
          Creates a new NoOutputStreamException instance.
 
Method Summary
 
Methods inherited from class org.extex.core.exception.GeneralException
getHelp, getLocalizer, isProcessed, setProcessed
 
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

NoOutputStreamException

public NoOutputStreamException()
Creates a new NoOutputStreamException instance.