Uses of Class
org.extex.backend.documentWriter.exception.DocumentWriterException

Packages that use DocumentWriterException
org.extex This package contains ExTeX – an implementation of a typesetting engine based on the concepts of TeX
org.extex.backend This package contains the backends of ExTeX
org.extex.backend.documentWriter This package contains the backends of ExTeX which are responsible for writing the constructed pages to an appropriate file. 
org.extex.backend.documentWriter.dump This package contains backends of ExTeX which just dump the information in a readable format to the output file. 
org.extex.backend.documentWriter.exception This package contains the exception classes for the document writer implementations. 
org.extex.backend.documentWriter.pdf This package contains a backend of ExTeX which produce a PDF-file. 
org.extex.backend.documentWriter.pdf.exception This package contains the exceptions of the pdf backend. 
org.extex.backend.documentWriter.postscript This package contains a DocumentWriter to produce PostScript and Encapsulated PostScript. 
org.extex.backend.documentWriter.postscript.converter This package contains converters for the a PostScript DocumentWriter. 
org.extex.backend.documentWriter.svg This package contains a backend of ExTeX which dumps the information in a SVG format. 
org.extex.backend.documentWriter.text This package contains a backend of ExTeX which dumps the information as text in a readable format to the output file (very simple). 
org.extex.backend.documentWriter.xml This package contains a backend of ExTeX which dumps the information in a XML format. 
org.extex.backend.outputStream This package contains classes and interfaces for output streams. 
org.extex.engine.backend This package contains the backend support of the core engine of ExTeX
org.extex.language.impl This package contains implementations which describe a language. 
org.extex.main.tex This package contains some support classes for the ExTeX main program. 
 

Uses of DocumentWriterException in org.extex
 

Methods in org.extex that throw DocumentWriterException
protected  BackendDriver ExTeX.makeBackend(Configuration config, OutputStreamFactory outFactory, DocumentWriterOptions options, ResourceFinder finder, CoreFontFactory fontFactory)
          Create a new document writer.
protected  Typesetter ExTeX.makeTypesetter(Interpreter interpreter, Configuration config, OutputStreamFactory outFactory, ResourceFinder finder, CoreFontFactory fontFactory)
          Create a new typesetter.
 

Uses of DocumentWriterException in org.extex.backend
 

Methods in org.extex.backend that throw DocumentWriterException
 DocumentWriter BackendDriverImpl.getDocumentWriter()
          Getter for the document writer.
 DocumentWriter BackendDriver.getDocumentWriter()
          Getter for the document writer.
 

Uses of DocumentWriterException in org.extex.backend.documentWriter
 

Methods in org.extex.backend.documentWriter that throw DocumentWriterException
 DocumentWriter DocumentWriterFactory.newInstance(java.lang.String type, OutputStreamFactory outFactory)
          Provide a new instance of a document writer.
 

Uses of DocumentWriterException in org.extex.backend.documentWriter.dump
 

Methods in org.extex.backend.documentWriter.dump that throw DocumentWriterException
 int MultiDumpDocumentWriter.shipout(Page page)
          This is the entry point for the document writer.
 int DumpDocumentWriter.shipout(Page page)
          This is the entry point for the document writer.
 

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

Subclasses of DocumentWriterException in org.extex.backend.documentWriter.exception
 class DocumentWriterClosedChannelException
          DocumentWriter: clodes channel.
 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 DocumentWriterException in org.extex.backend.documentWriter.pdf
 

Methods in org.extex.backend.documentWriter.pdf that throw DocumentWriterException
 void PdfDocumentWriter.close()
          This method is invoked upon the end of the processing.
 int PdfDocumentWriter.shipout(Page p)
          This is the entry point for the document writer.
 int PdfSinglePageDocumentWriter.shipout(Page page)
          This is the entry point for the document writer.
 

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

Subclasses of DocumentWriterException 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 DocumentWriterException in org.extex.backend.documentWriter.postscript
 

Methods in org.extex.backend.documentWriter.postscript that throw DocumentWriterException
 void PsWriter.close()
          This method is invoked upon the end of the processing.
protected  java.io.PrintStream AbstractPostscriptWriter.newOutputStream(java.lang.String type)
          Acquire a new output stream.
 

Uses of DocumentWriterException in org.extex.backend.documentWriter.postscript.converter
 

Methods in org.extex.backend.documentWriter.postscript.converter that throw DocumentWriterException
 byte[] PsBasicConverter.toPostScript(Page page)
          Translate nodes into PostScript code.
 byte[] PsConverter.toPostScript(Page page)
          Translate nodes into PostScript code.
 byte[] PsBoxConverter.toPostScript(Page page)
          Translate nodes into PostScript code.
 

Uses of DocumentWriterException in org.extex.backend.documentWriter.svg
 

Methods in org.extex.backend.documentWriter.svg that throw DocumentWriterException
 void SVGDocumentWriter.close()
          This method is invoked upon the end of the processing.
 int SVGDocumentWriter.shipout(Page page)
          This is the entry point for the document writer.
 java.lang.Object SVGDocumentWriter.visitChar(CharNode node, java.lang.Object value)
          This method is called when a CharNode has been encountered.
 java.lang.Object SVGDocumentWriter.visitHorizontalList(HorizontalListNode node, java.lang.Object value)
          This method is called when a HorizontalListNode has been encountered.
 java.lang.Object SVGDocumentWriter.visitSpace(SpaceNode node, java.lang.Object value)
          This method is called when a SpaceNode has been encountered.
 java.lang.Object SVGDocumentWriter.visitVerticalList(VerticalListNode node, java.lang.Object value)
          This method is called when a VerticalListNode has been encountered.
 

Uses of DocumentWriterException in org.extex.backend.documentWriter.text
 

Methods in org.extex.backend.documentWriter.text that throw DocumentWriterException
 int TextDocumentWriter.shipout(Page page)
           
 

Uses of DocumentWriterException in org.extex.backend.documentWriter.xml
 

Methods in org.extex.backend.documentWriter.xml that throw DocumentWriterException
 void XMLDocumentWriter.close()
           
 java.lang.Object XMLDocumentWriter.visitAdjust(AdjustNode node, java.lang.Object value2)
           
 java.lang.Object XMLDocumentWriter.visitAfterMath(AfterMathNode node, java.lang.Object value2)
           
 java.lang.Object XMLDocumentWriter.visitAlignedLeaders(AlignedLeadersNode node, java.lang.Object value2)
           
 java.lang.Object XMLDocumentWriter.visitBeforeMath(BeforeMathNode node, java.lang.Object value2)
           
 java.lang.Object XMLDocumentWriter.visitCenteredLeaders(CenteredLeadersNode node, java.lang.Object value)
           
 java.lang.Object XMLDocumentWriter.visitChar(CharNode node, java.lang.Object value)
           
 java.lang.Object XMLDocumentWriter.visitDiscretionary(DiscretionaryNode node, java.lang.Object value)
           
 java.lang.Object XMLDocumentWriter.visitExpandedLeaders(ExpandedLeadersNode node, java.lang.Object value)
           
 java.lang.Object XMLDocumentWriter.visitGlue(GlueNode node, java.lang.Object value)
           
 java.lang.Object XMLDocumentWriter.visitInsertion(InsertionNode node, java.lang.Object value)
           
 java.lang.Object XMLDocumentWriter.visitKern(KernNode node, java.lang.Object value)
           
 java.lang.Object XMLDocumentWriter.visitMark(MarkNode node, java.lang.Object value)
           
 java.lang.Object XMLDocumentWriter.visitPenalty(PenaltyNode node, java.lang.Object value)
           
 java.lang.Object XMLDocumentWriter.visitRule(RuleNode node, java.lang.Object value)
           
 java.lang.Object XMLDocumentWriter.visitSpace(SpaceNode node, java.lang.Object value)
           
 java.lang.Object XMLDocumentWriter.visitWhatsIt(WhatsItNode node, java.lang.Object value)
           
 

Uses of DocumentWriterException in org.extex.backend.outputStream
 

Methods in org.extex.backend.outputStream that throw DocumentWriterException
 java.io.OutputStream OutputStreamFactory.getOutputStream(java.lang.String name, java.lang.String type)
          Getter for a new OutputStream.
 

Uses of DocumentWriterException in org.extex.engine.backend
 

Methods in org.extex.engine.backend that throw DocumentWriterException
 java.io.OutputStream OutputFactory.getOutputStream(java.lang.String name, java.lang.String type)
          Create an output stream of a certain type.
 java.io.OutputStream TrivialOutputFactory.getOutputStream(java.lang.String name, java.lang.String type)
          Getter for a new OutputStream.
 BackendDriver BackendFactory.newInstance(java.lang.String type, OutputStreamFactory outFactory, ResourceFinder finder, java.util.Properties properties, java.lang.String creator, CoreFontFactory fontFactory, ColorConverter colorConverter)
          Acquire an instance of a back-end driver.
 

Uses of DocumentWriterException in org.extex.language.impl
 

Methods in org.extex.language.impl that throw DocumentWriterException
protected  boolean LoadingLanguageManager.saveTable(java.lang.String name, Language value)
          Try to save the hyphenation table by other means.
 

Uses of DocumentWriterException in org.extex.main.tex
 

Methods in org.extex.main.tex that throw DocumentWriterException
protected  BackendDriver TeX.makeBackend(Configuration config, OutputStreamFactory outFactory, DocumentWriterOptions options, ResourceFinder finder, CoreFontFactory fontFactory)
          Create a new document writer.
 void FileRecorder.print(java.lang.String name)
          Print the recorded files to a file or stream.