Uses of Class
org.extex.backend.exception.BackendException

Packages that use BackendException
org.extex.backend This package contains the backends of ExTeX
org.extex.backend.documentWriter.exception This package contains the exception classes for the document writer implementations. 
org.extex.backend.documentWriter.pdf.exception This package contains the exceptions of the pdf backend. 
org.extex.backend.exception This package contains the backend exceptionss of ExTeX
org.extex.backend.pageFilter This package contains the page filters of ExTeX
org.extex.backend.pageFilter.selector This package contains the page selector and supporting classes. 
 

Uses of BackendException in org.extex.backend
 

Methods in org.extex.backend that throw BackendException
 void BackendDriverImpl.close()
          This method is invoked upon the end of the processing.
 void BackendDriver.close()
          This method is invoked upon the end of the processing.
 int BackendDriverImpl.shipout(Page page)
          This is the entry point for the document writer.
 int BackendDriver.shipout(Page page)
          This is the entry point for the document writer.
 

Uses of BackendException in org.extex.backend.documentWriter.exception
 

Subclasses of BackendException in org.extex.backend.documentWriter.exception
 class DocumentWriterClosedChannelException
          DocumentWriter: clodes channel.
 class DocumentWriterException
          This is the base class for all document writer exception visible through the interface.
 class DocumentWriterFontException
          DocumentWriter: FontException.
 class DocumentWriterIOException
          DocumentWriter: IOException.
 class NoOutputStreamException
          A document writer throws is exception when no output stream was set before calling shipout.
 class OutputStreamOpenException
          This exception is used to signal that an output stream could not be opened.
 

Uses of BackendException in org.extex.backend.documentWriter.pdf.exception
 

Subclasses of BackendException in org.extex.backend.documentWriter.pdf.exception
 class DocumentWriterPdfBoxColorException
          Exception for the ColorAdapter.
 class DocumentWriterPdfException
          DocumentWriter: Exception from the PDF-Document.
 class DocumentWriterPdfNotSupportedColorException
          Exception for the ColorAdapter.
 

Uses of BackendException in org.extex.backend.exception
 

Subclasses of BackendException in org.extex.backend.exception
 class BackendDocumentWriterDefinedException
          This exception signals that an attempt to redefine an existing document writer has been encountered.
 class BackendMissingTargetException
          The back-end exception signaling that the output target is missing.
 class BackendUnknownDocumentWriterException
          This exception signals that an unknown document writer type has been encountered.
 

Uses of BackendException in org.extex.backend.pageFilter
 

Methods in org.extex.backend.pageFilter that throw BackendException
 void PageReverser.close()
          This method is invoked upon the end of the processing.
 void PagePipe.close()
          This method is invoked upon the end of the processing.
 void PagePipe.shipout(Page page)
          This is the entry point for the document writer.
 

Uses of BackendException in org.extex.backend.pageFilter.selector
 

Methods in org.extex.backend.pageFilter.selector that throw BackendException
 void PageSelector.close()
          This method is invoked upon the end of the processing.
 void PageSelector.shipout(Page page)
          This is the entry point for the document writer.