Uses of Class
org.extex.core.exception.GeneralException

Packages that use GeneralException
org.extex This package contains ExTeX – an implementation of a typesetting engine based on the concepts of TeX
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.dvi This package contains the definitions for a DocumentWriter for dvi-Files. 
org.extex.backend.documentWriter.dvix This package contains a DocumentWriter to produce DVI files. 
org.extex.backend.documentWriter.exception This package contains the exception classes for the document writer implementations. 
org.extex.backend.documentWriter.itextpdf This package contains a backend of ExTeX which produce a PDF-file. 
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.postscript.util This package contains utility classes for the a PostScript DocumentWriter. 
org.extex.backend.documentWriter.rtf This package contains a DocumentWriter to produce RTF files. 
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.exception This package contains the backend exceptionss of ExTeX
org.extex.baseext.exception   
org.extex.color This package contains some classes for color support. 
org.extex.color.model This package contains implementing classes for different color models. 
org.extex.core.exception This package contains exceptions of general interest. 
org.extex.core.exception.helping   
org.extex.engine.typesetter.page This package contains the backend support for pages of the core engine of ExTeX
org.extex.interpreter This package contains the macro expansion engine and all supporting classes. 
org.extex.interpreter.context.impl.extension   
org.extex.interpreter.exception This package contains exception classes which are derived from the HelpingException. 
org.extex.interpreter.interaction This package contains classes and interfaces for the interaction mode. 
org.extex.interpreter.loader This package contains an implementation for a format loadercore engine. 
org.extex.interpreter.max This package contains the macro expansion engine and supporting classes. 
org.extex.interpreter.max.context This package contains a reference implementation for the Context
org.extex.interpreter.primitives.register.bool This package contains primitives for the manipulation of bool registers. 
org.extex.interpreter.primitives.register.hash This package contains primitives for the manipulation of hash - toks registers. 
org.extex.language.hyphenation.exception This package contains exception classes for a hyphenation engine. 
org.extex.main.tex This package contains some support classes for the ExTeX main program. 
org.extex.main.tex.exception This package contains some support classes for the ExTeX main program. 
org.extex.pdf.api.exception This package contains exception classes for the PDF TeX support. 
org.extex.scanner.api.exception This package contains the exception classes for the scanner implementations. 
org.extex.scanner.stream.exception This package contains the exception classes for the stream implementations. 
org.extex.typesetter This package contains the typesetter definitions for ExTeX. 
org.extex.typesetter.exception This package contains the exception classes for the typesetter implementations. 
org.extex.typesetter.output   
org.extex.typesetter.tex   
org.extex.typesetter.type This package contains type definitions for the typesetter. 
org.extex.typesetter.type.node This package contains the basic data types for nodes as stored in boxed and processed by the typesetter in ExTeX. 
org.extex.typesetter.type.page This package contains type definitions for the pages and supporting classes. 
org.extex.unit.base.register.toks This package contains token register primitives for the ExTeX engine. 
org.extex.unit.dynamic.java This package contains primitives to deal with Java code from within ExTeX. 
org.extex.unit.omega.dir This package contains primitives defined in Omega for directions. 
org.extex.unit.omega.mode This package contains primitives defined in Omega for modes. 
org.extex.unit.omega.ocp.util This package contains utilities for OCPs. 
org.extex.unit.tex.file.nodes This package contains node types used for handling delayed file operations. 
org.extex.unit.tex.info.util This package contains some utility classes. 
org.extex.unit.tex.macro.exceptions This package contains utilities for the management of macros. 
 

Uses of GeneralException in org.extex
 

Methods in org.extex that throw GeneralException
protected  Context ExTeX.loadFormat(java.lang.String fmt, Interpreter interpreter, ResourceFinder finder, java.lang.String jobname, Configuration config, OutputStreamFactory outFactory, TokenFactory tokenFactory)
          Load a format if a non-empty name of a format is given.
protected  Context ExTeX.makeContext(Configuration config, TokenFactory tokenFactory, CoreFontFactory fontFactory, Interpreter interpreter, ResourceFinder finder, java.lang.String jobname, OutputStreamFactory outFactory)
          Prepare the context according to its configuration.
protected  Font ExTeX.makeDefaultFont(Configuration config, CoreFontFactory fontFactory)
          Create a default font for the interpreter context.
protected  Interpreter ExTeX.makeInterpreter(Configuration config, OutputStreamFactory outFactory, ResourceFinder finder, java.lang.String jobname)
          Create a new interpreter.
 

Uses of GeneralException in org.extex.backend.documentWriter
 

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

Uses of GeneralException in org.extex.backend.documentWriter.dvi
 

Subclasses of GeneralException in org.extex.backend.documentWriter.dvi
 class PanicException
          Panic exception in dvi writer.
 

Methods in org.extex.backend.documentWriter.dvi that return GeneralException
 GeneralException DviWriter.getError()
          Get the last error.
 

Methods in org.extex.backend.documentWriter.dvi that throw GeneralException
 void DviWriter.beginDviFile()
          Before any output the method beginDviFile have to be called.
 void DviWriter.beginPage()
          beginPage starts a new page in the dvi file.
 void DviDocumentWriter.close()
          This method is invoked upon the end of the processing.
 void DviOutputStream.close()
          ...
 void DviWriter.endDviFile()
          After the output the method endDviFile have to be called.
 void DviWriter.endPage()
          endPage terminates the current page.
 void DviWriter.restoreCurrentPositions()
          Restore all saved Positions.
 void DviWriter.saveCurrentPositions()
          Save all saved Positions.
 void DviWriter.selectFont(Font font)
          Select Font for the next CharNodes.
 int DviDocumentWriter.shipout(Page page)
          This is the entry point for the document writer.
 java.lang.Object DebugNodeVisitor.visitAdjust(AdjustNode node, java.lang.Object value)
          Call the visitAdjust to inspect.
 java.lang.Object DebugNodeVisitor.visitAfterMath(AfterMathNode node, java.lang.Object value)
          Call the visitAfterMath to inspect.
 java.lang.Object DebugNodeVisitor.visitAlignedLeaders(AlignedLeadersNode node, java.lang.Object value)
          Call the visitAlignedLeaders to inspect.
 java.lang.Object DebugNodeVisitor.visitBeforeMath(BeforeMathNode node, java.lang.Object value)
          Call the visitBeforeMath to inspect.
 java.lang.Object DebugNodeVisitor.visitCenteredLeaders(CenteredLeadersNode node, java.lang.Object value)
          Call the visitCenteredLeaders to inspect.
 java.lang.Object DebugNodeVisitor.visitChar(CharNode node, java.lang.Object value)
          Call the visitChar to inspect.
 java.lang.Object DebugNodeVisitor.visitDiscretionary(DiscretionaryNode node, java.lang.Object value)
          Call the visitDiscretionary to inspect.
 java.lang.Object DebugNodeVisitor.visitExpandedLeaders(ExpandedLeadersNode node, java.lang.Object value)
          Call the visitExpandedLeaders to inspect.
 java.lang.Object DebugNodeVisitor.visitGlue(GlueNode node, java.lang.Object value)
          Call the visitGlue to inspect.
 java.lang.Object DebugNodeVisitor.visitHorizontalList(HorizontalListNode node, java.lang.Object value)
          Call the visitHorizontalList to inspect.
 java.lang.Object DebugNodeVisitor.visitInsertion(InsertionNode node, java.lang.Object value)
          Call the visitInsertion to inspect.
 java.lang.Object DebugNodeVisitor.visitKern(KernNode node, java.lang.Object value)
          Call the visitKern to inspect.
 java.lang.Object DebugNodeVisitor.visitLigature(LigatureNode node, java.lang.Object value)
          Call the visitLigature to inspect.
 java.lang.Object DebugNodeVisitor.visitMark(MarkNode node, java.lang.Object value)
          Call the visitMark to inspect.
 java.lang.Object DebugNodeVisitor.visitPenalty(PenaltyNode node, java.lang.Object value)
          Call the visitPenalty to inspect.
 java.lang.Object DebugNodeVisitor.visitRule(RuleNode node, java.lang.Object value)
          Call the visitRule to inspect.
 java.lang.Object DebugNodeVisitor.visitSpace(SpaceNode node, java.lang.Object value)
          Call the visitSpace to inspect.
 java.lang.Object DebugNodeVisitor.visitVerticalList(VerticalListNode node, java.lang.Object value)
          Call the visitVerticalList to inspect.
 java.lang.Object DebugNodeVisitor.visitVirtualChar(VirtualCharNode node, java.lang.Object value)
           
 java.lang.Object DebugNodeVisitor.visitWhatsIt(WhatsItNode node, java.lang.Object value)
          Call the visitWhatsIt to inspect.
 void DviOutputStream.writeByte(int theByte)
          Writes a single byte to the output stream.
 void DviOutputStream.writeCodeNumberAndArg(int[] codes, int argNumber)
          Write a value and the dvi code to the output stream.
 void DviOutputStream.writeCodeNumberAndArg(int[] shortCodes, int[] codes, int argNumber)
          Write a command with an number as argument.
 void DviWriter.writeHorizontalSpace(FixedDimen space)
          Write horizontal space to dvi-file.
 void DviWriter.writeNode(CharNode node)
          Write a char node to the dvi file.
 void DviWriter.writeNode(RuleNode node)
          Write node to the dvi file.
 void DviWriter.writeNode(WhatsItNode node)
          Write node to the dvi-file.
 void DviOutputStream.writeNumber(int number, int bytes)
          Write a number to the output stream.
 void DviWriter.writeSpace(FixedDimen space, Mode mode)
          Write space to the the dvi file.
 void DviOutputStream.writeString(java.lang.String string)
          Write a string to the output stream.
 void DviOutputStream.writeStringAndSize(java.lang.String string)
          Write a string to the output stream.
 void DviWriter.writeVerticalSpace(FixedDimen space)
          Write vertical space to dvi-file.
 

Uses of GeneralException in org.extex.backend.documentWriter.dvix
 

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

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

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

Methods in org.extex.backend.documentWriter.itextpdf that throw GeneralException
 void TwoPassDocumentWriter.close()
          This method is invoked upon the end of the processing.
 void PdfDocumentWriter.close()
          This method is invoked upon the end of the processing.
 int TwoPassDocumentWriter.shipout(Page page)
          This is the entry point for the document writer.
 int PdfDocumentWriter.shipout(Page page)
          This is the entry point for the document writer.
 java.lang.Object CollectNodeVisitor.visitAdjust(AdjustNode node, java.lang.Object value)
          This method is called when an AdjustNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitAdjust(AdjustNode node, java.lang.Object value)
          This method is called when an AdjustNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitAfterMath(AfterMathNode node, java.lang.Object value)
          This method is called when an AfterMathNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitAfterMath(AfterMathNode node, java.lang.Object value)
          This method is called when an AfterMathNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitAlignedLeaders(AlignedLeadersNode node, java.lang.Object value)
          This method is called when an AlignedLeadersNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitAlignedLeaders(AlignedLeadersNode node, java.lang.Object value)
          This method is called when an AlignedLeadersNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitBeforeMath(BeforeMathNode node, java.lang.Object value)
          This method is called when a BeforeMathNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitBeforeMath(BeforeMathNode node, java.lang.Object value)
          This method is called when a BeforeMathNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitCenteredLeaders(CenteredLeadersNode node, java.lang.Object value)
          This method is called when a CenteredLeadersNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitCenteredLeaders(CenteredLeadersNode node, java.lang.Object value)
          This method is called when a CenteredLeadersNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitChar(CharNode node, java.lang.Object value)
          This method is called when a CharNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitChar(CharNode node, java.lang.Object value)
          This method is called when a CharNode has been encountered.
 java.lang.Object PdfColorVisitor.visitCmyk(CmykColor color, java.lang.Object value)
          This method is called when an CmykColor has been encountered.
 java.lang.Object CollectNodeVisitor.visitDiscretionary(DiscretionaryNode node, java.lang.Object value)
          This method is called when a DiscretionaryNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitDiscretionary(DiscretionaryNode node, java.lang.Object value)
          This method is called when a DiscretionaryNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitExpandedLeaders(ExpandedLeadersNode node, java.lang.Object value)
          This method is called when an ExpandedLeadersNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitExpandedLeaders(ExpandedLeadersNode node, java.lang.Object value)
          This method is called when an ExpandedLeadersNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitGlue(GlueNode node, java.lang.Object value)
          This method is called when a GlueNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitGlue(GlueNode node, java.lang.Object value)
          This method is called when a GlueNode has been encountered.
 java.lang.Object PdfColorVisitor.visitGray(GrayscaleColor color, java.lang.Object value)
          This method is called when an GrayscaleColor has been encountered.
 java.lang.Object CollectNodeVisitor.visitHorizontalList(HorizontalListNode node, java.lang.Object value)
          This method is called when a HorizontalListNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitHorizontalList(HorizontalListNode node, java.lang.Object value)
          This method is called when a HorizontalListNode has been encountered.
 java.lang.Object PdfColorVisitor.visitHsv(HsvColor color, java.lang.Object value)
          This method is called when an HsvColor has been encountered.
 java.lang.Object CollectNodeVisitor.visitInsertion(InsertionNode node, java.lang.Object value)
          This method is called when an InsertionNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitInsertion(InsertionNode node, java.lang.Object value)
          This method is called when an InsertionNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitKern(KernNode node, java.lang.Object value)
          This method is called when a KernNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitKern(KernNode node, java.lang.Object value)
          This method is called when a KernNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitLigature(LigatureNode node, java.lang.Object value)
          This method is called when a LigatureNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitLigature(LigatureNode node, java.lang.Object value)
          This method is called when a LigatureNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitMark(MarkNode node, java.lang.Object value)
          This method is called when a MarkNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitMark(MarkNode node, java.lang.Object value)
          This method is called when a MarkNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitPenalty(PenaltyNode node, java.lang.Object value)
          This method is called when a PenaltyNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitPenalty(PenaltyNode node, java.lang.Object value)
          This method is called when a PenaltyNode has been encountered.
 java.lang.Object PdfColorVisitor.visitRgb(RgbColor color, java.lang.Object value)
          This method is called when an RgbColor has been encountered.
 java.lang.Object CollectNodeVisitor.visitRule(RuleNode node, java.lang.Object value)
          This method is called when a RuleNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitRule(RuleNode node, java.lang.Object value)
          This method is called when a RuleNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitSpace(SpaceNode node, java.lang.Object value)
          This method is called when a SpaceNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitSpace(SpaceNode node, java.lang.Object value)
          This method is called when a SpaceNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitVerticalList(VerticalListNode node, java.lang.Object value)
          This method is called when a VerticalListNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitVerticalList(VerticalListNode node, java.lang.Object value)
          This method is called when a VerticalListNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitVirtualChar(VirtualCharNode node, java.lang.Object value)
          This method is called when a VirtualCharNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitVirtualChar(VirtualCharNode node, java.lang.Object value)
          This method is called when a VirtualCharNode has been encountered.
 java.lang.Object CollectNodeVisitor.visitWhatsIt(WhatsItNode node, java.lang.Object value)
          This method is called when a WhatsItNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitWhatsIt(WhatsItNode node, java.lang.Object value)
          This method is called when a WhatsItNode has been encountered.
 

Uses of GeneralException in org.extex.backend.documentWriter.pdf
 

Methods in org.extex.backend.documentWriter.pdf that throw GeneralException
 java.lang.Object PdfNodeVisitor.visitChar(CharNode node, java.lang.Object value)
           
 java.lang.Object PdfColorVisitor.visitCmyk(CmykColor color, java.lang.Object value)
          This method is called when an CmykColor has been encountered.
 java.lang.Object PdfColorVisitor.visitGray(GrayscaleColor color, java.lang.Object value)
          This method is called when an GrayscaleColor has been encountered.
 java.lang.Object PdfNodeVisitor.visitHorizontalList(HorizontalListNode node, java.lang.Object value)
           
 java.lang.Object PdfColorVisitor.visitHsv(HsvColor color, java.lang.Object value)
          This method is called when an HsvColor has been encountered.
 java.lang.Object PdfColorVisitor.visitRgb(RgbColor color, java.lang.Object value)
          This method is called when an RgbColor has been encountered.
 java.lang.Object PdfNodeVisitor.visitVerticalList(VerticalListNode node, java.lang.Object value)
           
 java.lang.Object PdfNodeVisitor.visitVirtualChar(VirtualCharNode node, java.lang.Object value)
           
 

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

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

Methods in org.extex.backend.documentWriter.postscript that throw GeneralException
 int EpsWriter.shipout(Page page)
          This is the entry point for the document writer.
 int PsWriter.shipout(Page p)
          This is the entry point for the document writer.
 

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

Methods in org.extex.backend.documentWriter.postscript.converter that throw GeneralException
protected  void AbstractConverter.treatSpecial(java.io.PrintStream out, SpecialNode specialNode)
          Process a special node.
 java.lang.Object PsBasicConverter.visitAdjust(AdjustNode node, java.io.PrintStream out)
          This method is called when an AdjustNode has been encountered.
 java.lang.Object PsBoxConverter.visitAdjust(AdjustNode node, java.io.PrintStream out)
          This method is called when an AdjustNode has been encountered.
 java.lang.Object PsBasicConverter.visitAfterMath(AfterMathNode node, java.io.PrintStream out)
          This method is called when an AfterMathNode has been encountered.
 java.lang.Object PsBoxConverter.visitAfterMath(AfterMathNode node, java.io.PrintStream out)
          This method is called when an AfterMathNode has been encountered.
 java.lang.Object PsBasicConverter.visitAlignedLeaders(AlignedLeadersNode node, java.io.PrintStream out)
          This method is called when an AlignedLeadersNode has been encountered.
 java.lang.Object PsBoxConverter.visitAlignedLeaders(AlignedLeadersNode node, java.io.PrintStream out)
          This method is called when an AlignedLeadersNode has been encountered.
 java.lang.Object PsBasicConverter.visitBeforeMath(BeforeMathNode node, java.io.PrintStream out)
          This method is called when a BeforeMathNode has been encountered.
 java.lang.Object PsBoxConverter.visitBeforeMath(BeforeMathNode node, java.io.PrintStream out)
          This method is called when a BeforeMathNode has been encountered.
 java.lang.Object PsBasicConverter.visitCenteredLeaders(CenteredLeadersNode node, java.io.PrintStream out)
          This method is called when a CenteredLeadersNode has been encountered.
 java.lang.Object PsBoxConverter.visitCenteredLeaders(CenteredLeadersNode node, java.io.PrintStream out)
          This method is called when a CenteredLeadersNode has been encountered.
 java.lang.Object PsBasicConverter.visitChar(CharNode node, java.io.PrintStream out)
          This method is called when a CharNode has been encountered.
 java.lang.Object PsBoxConverter.visitChar(CharNode node, java.io.PrintStream out)
          This method is called when a CharNode has been encountered.
 java.lang.Object PsBasicConverter.visitDiscretionary(DiscretionaryNode node, java.io.PrintStream out)
          This method is called when a DiscretionaryNode has been encountered.
 java.lang.Object PsBoxConverter.visitDiscretionary(DiscretionaryNode node, java.io.PrintStream out)
          This method is called when a DiscretionaryNode has been encountered.
 java.lang.Object PsBasicConverter.visitExpandedLeaders(ExpandedLeadersNode node, java.io.PrintStream out)
          This method is called when an ExpandedLeadersNode has been encountered.
 java.lang.Object PsBoxConverter.visitExpandedLeaders(ExpandedLeadersNode node, java.io.PrintStream out)
          This method is called when an ExpandedLeadersNode has been encountered.
 java.lang.Object PsBasicConverter.visitGlue(GlueNode node, java.io.PrintStream out)
          This method is called when a GlueNode has been encountered.
 java.lang.Object PsBoxConverter.visitGlue(GlueNode node, java.io.PrintStream out)
          This method is called when a GlueNode has been encountered.
 java.lang.Object PsBasicConverter.visitHorizontalList(HorizontalListNode node, java.io.PrintStream out)
          This method is called when a HorizontalListNode has been encountered.
 java.lang.Object PsBoxConverter.visitHorizontalList(HorizontalListNode node, java.io.PrintStream out)
          This method is called when a HorizontalListNode has been encountered.
 java.lang.Object PsBasicConverter.visitInsertion(InsertionNode node, java.io.PrintStream out)
          This method is called when an InsertionNode has been encountered.
 java.lang.Object PsBoxConverter.visitInsertion(InsertionNode node, java.io.PrintStream out)
          This method is called when an InsertionNode has been encountered.
 java.lang.Object PsBasicConverter.visitKern(KernNode node, java.io.PrintStream out)
          This method is called when a KernNode has been encountered.
 java.lang.Object PsBoxConverter.visitKern(KernNode node, java.io.PrintStream out)
          This method is called when a KernNode has been encountered.
 java.lang.Object PsBasicConverter.visitLigature(LigatureNode node, java.io.PrintStream out)
          This method is called when a LigatureNode has been encountered.
 java.lang.Object PsBoxConverter.visitLigature(LigatureNode node, java.io.PrintStream out)
          This method is called when a LigatureNode has been encountered.
 java.lang.Object PsBasicConverter.visitMark(MarkNode node, java.io.PrintStream out)
          This method is called when a MarkNode has been encountered.
 java.lang.Object PsBoxConverter.visitMark(MarkNode node, java.io.PrintStream out)
          This method is called when a MarkNode has been encountered.
 java.lang.Object PsBasicConverter.visitPenalty(PenaltyNode node, java.io.PrintStream out)
          This method is called when a PenaltyNode has been encountered.
 java.lang.Object PsBoxConverter.visitPenalty(PenaltyNode node, java.io.PrintStream out)
          This method is called when a PenaltyNode has been encountered.
 java.lang.Object PsBasicConverter.visitRule(RuleNode node, java.io.PrintStream out)
          This method is called when a RuleNode has been encountered.
 java.lang.Object PsBoxConverter.visitRule(RuleNode node, java.io.PrintStream out)
          This method is called when a RuleNode has been encountered.
 java.lang.Object PsBasicConverter.visitSpace(SpaceNode node, java.io.PrintStream out)
          This method is called when a SpaceNode has been encountered.
 java.lang.Object PsBoxConverter.visitSpace(SpaceNode node, java.io.PrintStream out)
          This method is called when a SpaceNode has been encountered.
 java.lang.Object PsBasicConverter.visitVerticalList(VerticalListNode node, java.io.PrintStream out)
          This method is called when a VerticalListNode has been encountered.
 java.lang.Object PsBoxConverter.visitVerticalList(VerticalListNode node, java.io.PrintStream out)
          This method is called when a VerticalListNode has been encountered.
 java.lang.Object PsBasicConverter.visitVirtualChar(VirtualCharNode node, java.io.PrintStream out)
          This method is called when a VirtualCharNode has been encountered.
 java.lang.Object PsBoxConverter.visitVirtualChar(VirtualCharNode node, java.io.PrintStream out)
          This method is called when a VirtualCharNode has been encountered.
 java.lang.Object PsBasicConverter.visitWhatsIt(WhatsItNode node, java.io.PrintStream out)
          This method is called when a WhatsItNode has been encountered.
 java.lang.Object PsBoxConverter.visitWhatsIt(WhatsItNode node, java.io.PrintStream out)
          This method is called when a WhatsItNode has been encountered.
 

Uses of GeneralException in org.extex.backend.documentWriter.postscript.util
 

Methods in org.extex.backend.documentWriter.postscript.util that throw GeneralException
 java.lang.String FontManager.add(Font font, UnicodeChar c)
          Receive the information that a character in a certain font has been used and should be remembered.
 

Uses of GeneralException in org.extex.backend.documentWriter.rtf
 

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

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

Methods in org.extex.backend.documentWriter.svg that throw GeneralException
 int SVGDocumentWriter.shipout(Page page)
          This is the entry point for the document writer.
 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.visitVerticalList(VerticalListNode node, java.lang.Object value)
          This method is called when a VerticalListNode has been encountered.
 java.lang.Object SVGDocumentWriter.visitVirtualChar(VirtualCharNode node, java.lang.Object value)
          This method is called when a VirtualCharNode has been encountered.
 

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

Methods in org.extex.backend.documentWriter.text that throw GeneralException
 java.lang.Object TextDocumentWriter.visitVirtualChar(VirtualCharNode node, java.lang.Object value)
           
 

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

Methods in org.extex.backend.documentWriter.xml that throw GeneralException
 int XMLDocumentWriter.shipout(Page page)
           
 java.lang.Object XMLDocumentWriter.visitHorizontalList(HorizontalListNode node, java.lang.Object value)
           
 java.lang.Object XMLDocumentWriter.visitLigature(LigatureNode node, java.lang.Object value)
           
 java.lang.Object XMLDocumentWriter.visitVerticalList(VerticalListNode node, java.lang.Object value)
           
 java.lang.Object XMLDocumentWriter.visitVirtualChar(VirtualCharNode node, java.lang.Object value)
           
 

Uses of GeneralException in org.extex.backend.exception
 

Subclasses of GeneralException in org.extex.backend.exception
 class BackendDocumentWriterDefinedException
          This exception signals that an attempt to redefine an existing document writer has been encountered.
 class BackendException
          This exception signals that something went wrong in the back-end.
 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 GeneralException in org.extex.baseext.exception
 

Subclasses of GeneralException in org.extex.baseext.exception
 class InterpreterExtensionException
          This exception is thrown when the main program use an ExTeX extension witch is not available.
 

Uses of GeneralException in org.extex.color
 

Methods in org.extex.color that throw GeneralException
 java.lang.Object Color.visit(ColorVisitor visitor, java.lang.Object value)
          This method provides an entry point for the visitor pattern.
 java.lang.Object ColorVisitor.visitCmyk(CmykColor color, java.lang.Object value)
          This method is called when an CmykColor has been encountered.
 java.lang.Object ColorVisitor.visitGray(GrayscaleColor color, java.lang.Object value)
          This method is called when an GrayscaleColor has been encountered.
 java.lang.Object ColorVisitor.visitHsv(HsvColor color, java.lang.Object value)
          This method is called when an HsvColor has been encountered.
 java.lang.Object ColorVisitor.visitRgb(RgbColor color, java.lang.Object value)
          This method is called when an RgbColor has been encountered.
 

Uses of GeneralException in org.extex.color.model
 

Methods in org.extex.color.model that throw GeneralException
 java.lang.Object RgbColor.visit(ColorVisitor visitor, java.lang.Object argument)
          This method provides an entry point for the visitor pattern.
 java.lang.Object GrayscaleColor.visit(ColorVisitor visitor, java.lang.Object argument)
          This method provides an entry point for the visitor pattern.
 java.lang.Object CmykColor.visit(ColorVisitor visitor, java.lang.Object value)
          This method provides an entry point for the visitor pattern.
 java.lang.Object HsvColor.visit(ColorVisitor visitor, java.lang.Object argument)
          This method provides an entry point for the visitor pattern.
 

Uses of GeneralException in org.extex.core.exception
 

Subclasses of GeneralException in org.extex.core.exception
 class NotObservableException
          This Exception is thrown when an Observer for a non-observable action is requested to be registered.
 

Uses of GeneralException in org.extex.core.exception.helping
 

Subclasses of GeneralException in org.extex.core.exception.helping
 class ArithmeticOverflowException
          This exception is raised when an arithmetic overflow has been encountered.
 class BadCharacterException
          This exception is raised when a bad character code is encountered.
 class BadFileNumberException
          This exception is raised when a illegal file reference has been encountered.
 class CantUseAfterException
          This exception is raised when a situation is detected where the continuation is illegal.
 class CantUseInException
          This exception is raised when a macro is encountered in a mode for which it is not meant.
 class EofException
          This exception is raised when an unexpected end of file is encountered.
 class EofInToksException
          This exception is raised when an unexpected end of file is encountered when reading tokens in braces.
 class ExtensionDisabledException
          This exception is raised when an eTeX extension is used which has been disabled.
 class HelpingException
          This class provides an Exception with the possibility to provide additional help on the error encountered.
 class IllegalRegisterException
          This exception signals that a register name or number has been found which is not in the legal range.
 class InterpreterNumberFormatException
          InterprerterException, if a number format is wrong.
 class InterpreterPanicException
          This exception signals the error handler that a continuation is not desirable.
 class InvalidCharacterException
          This exception is raised when an unexpected character code is encountered.
 class InvalidCharacterNameException
          This exception is raised when an unexpected character code is encountered.
 class InvalidCodeException
          This exception is raised when an illegal code has been encoutered.
 class MissingEndcsnameException
          This exception is raised when a \csname without matching \endcsname is encountered.
 class MissingLeftBraceException
          This exception is raised when an arithmetic overflow has been encountered.
 class MissingMathException
          This exception is raised when a math macro is encountered outside a math mode.
 class MissingNumberException
          This exception is raised when a number should be read but none is found.
 class MissingOcplistException
          This exception is raised when direction is needed but has not been found.
 class NoHelpException
          This exception is thrown when a helping exception is required and no help is available.
 class UndefinedControlSequenceException
          This exception signals that an undefined control sequence has been encountered.
 class UnusedPrefixException
          This exception is raised when an unused prefix flag has been encountered.
 

Uses of GeneralException in org.extex.engine.typesetter.page
 

Methods in org.extex.engine.typesetter.page that throw GeneralException
 Page PageFactoryImpl.newInstance(NodeList nodes, PageContext pageContext, Typesetter typesetter)
          Get a new instance of a page.
 Node PageFactoryNodeVisitor.visitAdjust(AdjustNode node, java.lang.Boolean isHMode)
          This method is called when an AdjustNode has been encountered.
 Node PageFactoryNodeVisitor.visitAfterMath(AfterMathNode node, java.lang.Boolean isHMode)
          This method is called when an AfterMathNode has been encountered.
 Node PageFactoryNodeVisitor.visitAlignedLeaders(AlignedLeadersNode node, java.lang.Boolean isHMode)
          This method is called when an AlignedLeadersNode has been encountered.
 Node PageFactoryNodeVisitor.visitBeforeMath(BeforeMathNode node, java.lang.Boolean isHMode)
          This method is called when a BeforeMathNode has been encountered.
 Node PageFactoryNodeVisitor.visitCenteredLeaders(CenteredLeadersNode node, java.lang.Boolean isHMode)
          This method is called when a CenteredLeadersNode has been encountered.
 Node PageFactoryNodeVisitor.visitChar(CharNode node, java.lang.Boolean isHMode)
          This method is called when a CharNode has been encountered.
 Node PageFactoryNodeVisitor.visitDiscretionary(DiscretionaryNode node, java.lang.Boolean isHMode)
          This method is called when a DiscretionaryNode has been encountered.
 Node PageFactoryNodeVisitor.visitExpandedLeaders(ExpandedLeadersNode node, java.lang.Boolean isHMode)
          This method is called when an ExpandedLeadersNode has been encountered.
 Node PageFactoryNodeVisitor.visitGlue(GlueNode node, java.lang.Boolean isHMode)
          This method is called when a GlueNode has been encountered.
 Node PageFactoryNodeVisitor.visitHorizontalList(HorizontalListNode list, java.lang.Boolean isHMode)
          This method is called when a HorizontalListNode has been encountered.
 Node PageFactoryNodeVisitor.visitInsertion(InsertionNode node, java.lang.Boolean isHMode)
          This method is called when an InsertionNode has been encountered.
 Node PageFactoryNodeVisitor.visitKern(KernNode node, java.lang.Boolean isHMode)
          This method is called when a KernNode has been encountered.
 Node PageFactoryNodeVisitor.visitLigature(LigatureNode node, java.lang.Boolean isHMode)
          This method is called when a LigatureNode has been encountered.
 Node PageFactoryNodeVisitor.visitMark(MarkNode node, java.lang.Boolean isHMode)
          This method is called when a MarkNode has been encountered.
 Node PageFactoryNodeVisitor.visitPenalty(PenaltyNode node, java.lang.Boolean isHMode)
          This method is called when a PenaltyNode has been encountered.
 Node PageFactoryNodeVisitor.visitRule(RuleNode node, java.lang.Boolean isHMode)
          This method is called when a RuleNode has been encountered.
 Node PageFactoryNodeVisitor.visitSpace(SpaceNode node, java.lang.Boolean isHMode)
          This method is called when a SpaceNode has been encountered.
 Node PageFactoryNodeVisitor.visitVerticalList(VerticalListNode list, java.lang.Boolean isHMode)
          This method is called when a VerticalListNode has been encountered.
 Node PageFactoryNodeVisitor.visitVirtualChar(VirtualCharNode node, java.lang.Boolean isHMode)
          This method is called when a VirtualCharNode has been encountered.
 Node PageFactoryNodeVisitor.visitWhatsIt(WhatsItNode node, java.lang.Boolean isHMode)
          This method is called when a WhatsItNode has been encountered.
 

Uses of GeneralException in org.extex.interpreter
 

Methods in org.extex.interpreter with parameters of type GeneralException
 boolean ErrorHandler.handleError(GeneralException e, Token token, TokenSource source, Context context)
          This is the error handling callback.
 

Methods in org.extex.interpreter that throw GeneralException
 void LoadUnit.define(Configuration configuration, TokenFactory tokenFactory, Context context, Typesetter typesetter, java.util.logging.Logger outputLogger, OutputStreamFactory outputFactory, ResourceFinder resourcefinder)
          Scan a configuration and define the primitives found.
 Tokens TokenSource.expand(Tokens tokens, Typesetter typesetter)
          Expand some tokens.
static void LoadUnit.loadUnit(Configuration configuration, Context context, TokenSource source, Typesetter typesetter, java.util.logging.Logger logger, OutputStreamFactory outputFactory, ResourceFinder resourcefinder)
          Prepare the primitives according to their configuration.
 void Interpreter.setInteraction(Interaction interaction)
          Setter for the interaction mode.
 void Interpreter.setJobname(java.lang.String jobname)
          Setter for the job name.
 

Uses of GeneralException in org.extex.interpreter.context.impl.extension
 

Constructors in org.extex.interpreter.context.impl.extension that throw GeneralException
ContextExtensionImpl(Configuration config)
          Creates a new object.
GroupExtensionImpl(Group next)
          Creates a new object.
 

Uses of GeneralException in org.extex.interpreter.exception
 

Subclasses of GeneralException in org.extex.interpreter.exception
 class ErrorLimitException
          This exception s thrown when the error count exceeds the given limit.
 class InteractionUnknownException
          This exception is thrown when the user attempts to set the interaction mode but specifies an invalid value for the mode.
 class InterpreterException
          This is the base class for all exceptions of the interpreter.
 class MissingParserException
          This exception s thrown when a parser is requested but not registered.
 

Uses of GeneralException in org.extex.interpreter.interaction
 

Methods in org.extex.interpreter.interaction that throw GeneralException
abstract  boolean Interaction.visit(InteractionVisitor visitor, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
          This method provides an entry point for the visitor pattern.
 boolean InteractionVisitor.visitBatchmode(A1 arg1, A2 arg2, A3 arg3)
          Invoke the method in case of a batchmode interaction.
 boolean InteractionVisitor.visitErrorstopmode(A1 arg1, A2 arg2, A3 arg3)
          Invoke the method in case of a error-stop mode interaction.
 boolean InteractionVisitor.visitNonstopmode(A1 arg1, A2 arg2, A3 arg3)
          Invoke the method in case of a non-stop mode interaction.
 boolean InteractionVisitor.visitScrollmode(A1 arg1, A2 arg2, A3 arg3)
          Invoke the method in case of a scroll mode interaction.
 

Uses of GeneralException in org.extex.interpreter.loader
 

Subclasses of GeneralException in org.extex.interpreter.loader
 class LoaderClassCastException
          This exception is used when the loader detects a class cast exception.
 class LoaderClassNotFoundException
          This exception is used when the loader detects that a class can not be found.
 class LoaderException
          This exception is used when the loader detects some problem.
 class LoaderVersionException
          This exception is used when the loader detects a version mismatch.
 

Uses of GeneralException in org.extex.interpreter.max
 

Methods in org.extex.interpreter.max that throw GeneralException
 void Max.setInteraction(Interaction interaction)
          Setter for the interaction mode.
 void Max.setJobname(java.lang.String jobname)
          Setter for the job name.
 java.lang.Object Max.visitMacroParam(MacroParamToken token, java.lang.Object ignore)
          This visit method is invoked on a macro parameter token.
 java.lang.Object Max.visitSpace(SpaceToken token, java.lang.Object ignore)
          This visit method is invoked on a space token.
 

Uses of GeneralException in org.extex.interpreter.max.context
 

Methods in org.extex.interpreter.max.context that throw GeneralException
 void ContextImpl.setCountOption(java.lang.String name, long value)
          Setter for a count register.
 

Uses of GeneralException in org.extex.interpreter.primitives.register.bool
 

Subclasses of GeneralException in org.extex.interpreter.primitives.register.bool
 class InterpreterNoBoolValueException
          InterpreterException: no boolean value fond in the input.
 

Uses of GeneralException in org.extex.interpreter.primitives.register.hash
 

Subclasses of GeneralException in org.extex.interpreter.primitives.register.hash
 class InterpreterMissingHashKeyException
          Exception, if the hash key is missing.
 class InterpreterMissingHashValueException
          Exception, if the hash value is missing.
 class InterpreterMissingLeftBraceException
          Exception, if left brace is missing.
 class InterpreterMissingRightBraceException
          Exception, if right brace is missing.
 

Uses of GeneralException in org.extex.language.hyphenation.exception
 

Subclasses of GeneralException in org.extex.language.hyphenation.exception
 class DuplicateHyphenationException
          This exception signals that a hyphenation pattern has been given more than once.
 class HyphenationException
          This class is the base class for all exceptions in the hyphenation components.
 class IllegalTokenHyphenationException
          This exception signals that an illegal token has been encountered in a hyphenation pattern.
 class IllegalValueHyphenationException
          This exception signals that an illegal value token has been encountered in a hyphenation pattern.
 class ImmutableHyphenationException
          This exception signals that an attempt has been made to assign a pattern which already has a hyphenation code assigned to it.
 

Uses of GeneralException in org.extex.main.tex
 

Methods in org.extex.main.tex with parameters of type GeneralException
 boolean ErrorHandlerImpl.handleError(GeneralException exception, Token t, TokenSource source, Context context)
          This is the error handling callback.
 

Methods in org.extex.main.tex that throw GeneralException
protected  Interpreter TeX.makeInterpreter(Configuration config, OutputStreamFactory outFactory, ResourceFinder finder, java.lang.String jobname)
          Create a new interpreter.
 

Uses of GeneralException in org.extex.main.tex.exception
 

Subclasses of GeneralException in org.extex.main.tex.exception
 class MainCodingException
          This exception is thrown when the main program detects an configuration error.
 class MainConfigurationException
          This exception is thrown when the main program detects an configuration error.
 class MainException
          This is the base class for all exceptions of the main class.
 class MainIOException
          This exception is a wrapper for the IOException.
 class MainMissingArgumentException
          This exception is thrown when the main program detects that an advertised argument is missing.
 class MainOutputFileNotFoundException
          This exception is thrown when the main program tries to open an output file and is not able to perform this operation.
 class MainUnknownDebugOptionException
          This exception is thrown when the main program encounters an unknown debug option.
 class MainUnknownOptionException
          This exception is thrown when the main program encounters an unknown command-line option.
 

Uses of GeneralException in org.extex.pdf.api.exception
 

Subclasses of GeneralException in org.extex.pdf.api.exception
 class PdftexActionTypeException
          This exception is raised when a pdfTeX encounters an invalid action type.
 class PdftexDestinationTypeException
          This exception is raised when a pdfTeX encounters an invalid destination type.
 class PdftexException
          This exception is raised when a pdfTeX primitive is used without being in PDF mode.
 class PdftexIdentifierTypeException
          This exception is raised when a pdfTeX encounters an invalid identifier type.
 class PdftexUnsupportedException
          This exception is raised when a pdfTeX primitive is used without being in PDF mode.
 

Uses of GeneralException in org.extex.scanner.api.exception
 

Subclasses of GeneralException in org.extex.scanner.api.exception
 class CatcodeException
          This exception is thrown when something in the context of catcode creation or access goes wrong.
 class CatcodeVisitorException
          This exception is thrown when something in the context of catcode creation or access goes wrong.
 class CatcodeWrongLengthException
          This exception is thrown when a value is encountered which has the wrong number of characters in it.
 class InvalidCharacterScannerException
          This exception signals that an invalid character has been encountered.
 class ScannerException
          This is the base class for all exceptions thrown by the scanner.
 

Uses of GeneralException in org.extex.scanner.stream.exception
 

Subclasses of GeneralException in org.extex.scanner.stream.exception
 class ScannerNoHexDigitFoundException
          ScannerException, if no hex digit are not found after '^^^^'.
 class ScannerNoUnicodeNameException
          ScannerException, if a wrong Unicode name is given.
 

Uses of GeneralException in org.extex.typesetter
 

Methods in org.extex.typesetter that throw GeneralException
 void TypesetterOptions.setCountOption(java.lang.String name, long value)
          Setter for a count register.
 void PageContext.setCountOption(java.lang.String name, long value)
          Setter for a count register.
 

Uses of GeneralException in org.extex.typesetter.exception
 

Subclasses of GeneralException in org.extex.typesetter.exception
 class InvalidSpacefactorException
          This exception signals an unsupported operation in a typesetting environment.
 class TypesetterException
          This is the base class for all exceptions thrown by the typesetter.
 class TypesetterHelpingException
          This class provides an Exception with the possibility to provide additional help on the error encoutered.
 class TypesetterUnsupportedException
          This exception signals an unsupported operation in a typesetting environment.
 

Uses of GeneralException in org.extex.typesetter.output
 

Methods in org.extex.typesetter.output that throw GeneralException
 void OutputRoutine.output(Page page, BackendDriver backend)
          The output function is invoked to process a vertical list and put the material on the page.
 

Uses of GeneralException in org.extex.typesetter.tex
 

Methods in org.extex.typesetter.tex that throw GeneralException
 void TeXOutputRoutine.output(Page page, BackendDriver backend)
          The output function is invoked to process a vertical list and put the material on the page.
 

Uses of GeneralException in org.extex.typesetter.type
 

Methods in org.extex.typesetter.type that throw GeneralException
 Node Node.atShipping(PageContext context, Typesetter typesetter, FixedDimen posX, FixedDimen posY)
          This method performs any action which are required to executed at the time of shipping the node to the DocumentWriter.
 java.lang.Object Node.visit(NodeVisitor visitor, java.lang.Object value)
          This method provides an entry point for the visitor pattern.
 R NodeVisitor.visitAdjust(AdjustNode node, A value)
          This method is called when an AdjustNode has been encountered.
 java.lang.Object AbstractNodeVisitor.visitAdjust(AdjustNode node, java.lang.Object value)
          This method is called when an AdjustNode has been encountered.
 R NodeVisitor.visitAfterMath(AfterMathNode node, A value)
          This method is called when an AfterMathNode has been encountered.
 java.lang.Object AbstractNodeVisitor.visitAfterMath(AfterMathNode node, java.lang.Object value)
          This method is called when an AfterMathNode has been encountered.
 R NodeVisitor.visitAlignedLeaders(AlignedLeadersNode node, A value)
          This method is called when an AlignedLeadersNode has been encountered.
 java.lang.Object AbstractNodeVisitor.visitAlignedLeaders(AlignedLeadersNode node, java.lang.Object value)
          This method is called when an AlignedLeadersNode has been encountered.
 R NodeVisitor.visitBeforeMath(BeforeMathNode node, A value)
          This method is called when a BeforeMathNode has been encountered.
 java.lang.Object AbstractNodeVisitor.visitBeforeMath(BeforeMathNode node, java.lang.Object value)
          This method is called when a BeforeMathNode has been encountered.
 R NodeVisitor.visitCenteredLeaders(CenteredLeadersNode node, A value)
          This method is called when a CenteredLeadersNode has been encountered.
 java.lang.Object AbstractNodeVisitor.visitCenteredLeaders(CenteredLeadersNode node, java.lang.Object value)
          This method is called when a CenteredLeadersNode has been encountered.
 R NodeVisitor.visitChar(CharNode node, A value)
          This method is called when a CharNode has been encountered.
 java.lang.Object AbstractNodeVisitor.visitChar(CharNode node, java.lang.Object value)
          This method is called when a CharNode has been encountered.
 R NodeVisitor.visitDiscretionary(DiscretionaryNode node, A value)
          This method is called when a DiscretionaryNode has been encountered.
 java.lang.Object AbstractNodeVisitor.visitDiscretionary(DiscretionaryNode node, java.lang.Object value)
          This method is called when a DiscretionaryNode has been encountered.
 R NodeVisitor.visitExpandedLeaders(ExpandedLeadersNode node, A value)
          This method is called when an ExpandedLeadersNode has been encountered.
 java.lang.Object AbstractNodeVisitor.visitExpandedLeaders(ExpandedLeadersNode node, java.lang.Object value)
          This method is called when an ExpandedLeadersNode has been encountered.
 R NodeVisitor.visitGlue(GlueNode node, A value)
          This method is called when a GlueNode has been encountered.
 java.lang.Object AbstractNodeVisitor.visitGlue(GlueNode node, java.lang.Object value)
          This method is called when a GlueNode has been encountered.
 R NodeVisitor.visitHorizontalList(HorizontalListNode node, A value)
          This method is called when a HorizontalListNode has been encountered.
 java.lang.Object AbstractNodeVisitor.visitHorizontalList(HorizontalListNode node, java.lang.Object value)
          This method is called when a HorizontalListNode has been encountered.
 R NodeVisitor.visitInsertion(InsertionNode node, A value)
          This method is called when an InsertionNode has been encountered.
 java.lang.Object AbstractNodeVisitor.visitInsertion(InsertionNode node, java.lang.Object value)
          This method is called when an InsertionNode has been encountered.
 R NodeVisitor.visitKern(KernNode node, A value)
          This method is called when a KernNode has been encountered.
 java.lang.Object AbstractNodeVisitor.visitKern(KernNode node, java.lang.Object value)
          This method is called when a KernNode has been encountered.
 R NodeVisitor.visitLigature(LigatureNode node, A value)
          This method is called when a LigatureNode has been encountered.
 java.lang.Object AbstractNodeVisitor.visitLigature(LigatureNode node, java.lang.Object value)
          This method is called when a LigatureNode has been encountered.
 R NodeVisitor.visitMark(MarkNode node, A value)
          This method is called when a MarkNode has been encountered.
 java.lang.Object AbstractNodeVisitor.visitMark(MarkNode node, java.lang.Object value)
          This method is called when a MarkNode has been encountered.
 R NodeVisitor.visitPenalty(PenaltyNode node, A value)
          This method is called when a PenaltyNode has been encountered.
 java.lang.Object AbstractNodeVisitor.visitPenalty(PenaltyNode node, java.lang.Object value)
          This method is called when a PenaltyNode has been encountered.
 R NodeVisitor.visitRule(RuleNode node, A value)
          This method is called when a RuleNode has been encountered.
 java.lang.Object AbstractNodeVisitor.visitRule(RuleNode node, java.lang.Object value)
          This method is called when a RuleNode has been encountered.
 R NodeVisitor.visitSpace(SpaceNode node, A value)
          This method is called when a SpaceNode has been encountered.
 java.lang.Object AbstractNodeVisitor.visitSpace(SpaceNode node, java.lang.Object value)
          This method is called when a SpaceNode has been encountered.
 R NodeVisitor.visitVerticalList(VerticalListNode node, A value)
          This method is called when a VerticalListNode has been encountered.
 java.lang.Object AbstractNodeVisitor.visitVerticalList(VerticalListNode node, java.lang.Object value)
          This method is called when a VerticalListNode has been encountered.
 R NodeVisitor.visitVirtualChar(VirtualCharNode node, A value)
          This method is called when a VirtualCharNode has been encountered.
 R NodeVisitor.visitWhatsIt(WhatsItNode node, A value)
          This method is called when a WhatsItNode has been encountered.
 java.lang.Object AbstractNodeVisitor.visitWhatsIt(WhatsItNode node, java.lang.Object value)
          This method is called when a WhatsItNode has been encountered.
 

Uses of GeneralException in org.extex.typesetter.type.node
 

Methods in org.extex.typesetter.type.node that throw GeneralException
 Node AbstractLeadersNode.atShipping(PageContext context, Typesetter typesetter, FixedDimen posX, FixedDimen posY)
          This method performs any action which are required to executed at the time of shipping the node to the DocumentWriter.
 Node AbstractNode.atShipping(PageContext context, Typesetter typesetter, FixedDimen posX, FixedDimen posY)
          This method performs any action which are required to executed at the time of shipping the node to the DocumentWriter.
 Node MarkNode.atShipping(PageContext context, Typesetter typesetter, FixedDimen posX, FixedDimen posY)
          This method performs any action which are required to executed at the time of shipping the node to the DocumentWriter.
 java.lang.Object WhatsItNode.visit(NodeVisitor visitor, java.lang.Object value)
          This method provides an entry point for the visitor pattern.
 java.lang.Object DiscretionaryNode.visit(NodeVisitor visitor, java.lang.Object value)
          This method provides an entry point for the visitor pattern.
 java.lang.Object BeforeMathNode.visit(NodeVisitor visitor, java.lang.Object value)
          This method provides an entry point for the visitor pattern.
 java.lang.Object InsertionNode.visit(NodeVisitor visitor, java.lang.Object value)
          This method provides an entry point for the visitor pattern.
 java.lang.Object RuleNode.visit(NodeVisitor visitor, java.lang.Object value)
          This method provides an entry point for the visitor pattern.
 java.lang.Object AlignedLeadersNode.visit(NodeVisitor visitor, java.lang.Object value)
          This method provides an entry point for the visitor pattern.
 java.lang.Object SpaceNode.visit(NodeVisitor visitor, java.lang.Object value)
          This method provides an entry point for the visitor pattern.
 java.lang.Object MarkNode.visit(NodeVisitor visitor, java.lang.Object value)
          This method provides an entry point for the visitor pattern.
 java.lang.Object AdjustNode.visit(NodeVisitor visitor, java.lang.Object value)
          This method provides an entry point for the visitor pattern.
 java.lang.Object ExpandedLeadersNode.visit(NodeVisitor visitor, java.lang.Object value)
          This method provides an entry point for the visitor pattern.
 java.lang.Object HorizontalListNode.visit(NodeVisitor visitor, java.lang.Object value)
          This method provides an entry point for the visitor pattern.
 java.lang.Object VirtualCharNode.visit(NodeVisitor visitor, java.lang.Object value)
          This method provides an entry point for the visitor pattern.
 java.lang.Object AbstractKernNode.visit(NodeVisitor visitor, java.lang.Object value)
          This method provides an entry point for the visitor pattern.
 java.lang.Object CharNode.visit(NodeVisitor visitor, java.lang.Object value)
          This method provides an entry point for the visitor pattern.
 java.lang.Object PenaltyNode.visit(NodeVisitor visitor, java.lang.Object value)
          This method provides an entry point for the visitor pattern.
 java.lang.Object LigatureNode.visit(NodeVisitor visitor, java.lang.Object value)
          This method provides an entry point for the visitor pattern.
 java.lang.Object AfterMathNode.visit(NodeVisitor visitor, java.lang.Object value)
          This method provides an entry point for the visitor pattern.
 java.lang.Object GenericNodeList.visit(NodeVisitor visitor, java.lang.Object value)
          This method provides an entry point for the visitor pattern.
 java.lang.Object VerticalListNode.visit(NodeVisitor visitor, java.lang.Object value)
          This method provides an entry point for the visitor pattern.
 java.lang.Object GlueNode.visit(NodeVisitor visitor, java.lang.Object value)
          This method provides an entry point for the visitor pattern.
 java.lang.Object CenteredLeadersNode.visit(NodeVisitor visitor, java.lang.Object value)
          This method provides an entry point for the visitor pattern.
 

Uses of GeneralException in org.extex.typesetter.type.page
 

Methods in org.extex.typesetter.type.page that throw GeneralException
 Page PageFactory.newInstance(NodeList nodes, PageContext context, Typesetter typesetter)
          Get a new instance of a page.
 

Uses of GeneralException in org.extex.unit.base.register.toks
 

Methods in org.extex.unit.base.register.toks that throw GeneralException
protected  void ToksParameter.expand(Flags prefix, Context context, TokenSource source, Typesetter typesetter, java.lang.String key)
          Scan the tokens between { and } and store them in the named tokens register.
 

Uses of GeneralException in org.extex.unit.dynamic.java
 

Methods in org.extex.unit.dynamic.java that throw GeneralException
 void Loadable.init(Context context, Typesetter typesetter)
          Perform any initializations desirable after the component has been loaded.
 

Uses of GeneralException in org.extex.unit.omega.dir
 

Subclasses of GeneralException in org.extex.unit.omega.dir
 class BadDirectionException
          this exception signals that an invalid specification for a direction has been encountered.
 

Uses of GeneralException in org.extex.unit.omega.mode
 

Subclasses of GeneralException in org.extex.unit.omega.mode
 class BadInputModeException
          This exception signals that an invalid specification for an input mode has been encountered.
 class BadOutputModeException
          This exception signals that an invalid specification for an output mode has been encountered.
 

Uses of GeneralException in org.extex.unit.omega.ocp.util
 

Subclasses of GeneralException in org.extex.unit.omega.ocp.util
 class OmegaOcpException
          This class indicates that an ΩCP instruction has been used in an invalid context.
 

Uses of GeneralException in org.extex.unit.tex.file.nodes
 

Methods in org.extex.unit.tex.file.nodes that throw GeneralException
 Node WhatsItOpenNode.atShipping(PageContext context, Typesetter typesetter, FixedDimen posX, FixedDimen posY)
          This method performs any action which are required to executed at the time of shipping the node to the DocumentWriter.
 Node WhatsItWriteNode.atShipping(PageContext context, Typesetter typesetter, FixedDimen posX, FixedDimen posY)
          This method performs any action which are required to executed at the time of shipping the node to the DocumentWriter.
 Node WhatsItCloseNode.atShipping(PageContext context, Typesetter typesetter, FixedDimen posX, FixedDimen posY)
          This method performs any action which are required to executed at the time of shipping the node to the DocumentWriter.
 

Uses of GeneralException in org.extex.unit.tex.info.util
 

Subclasses of GeneralException in org.extex.unit.tex.info.util
 class FixedHelpingException
          This class provides an Exception with the possibility to provide additional help on the error encountered.
 

Uses of GeneralException in org.extex.unit.tex.macro.exceptions
 

Subclasses of GeneralException in org.extex.unit.tex.macro.exceptions
 class EofInDefException
          This exception signals that an outer primitive has been encountered in the definition of a macro.
 class EofInMatchException
          This exception signals that the end of file has been encountered in the definition of a macro.
 class ExtraRightBraceInDefException
          This exception signals that an outer primitive has been encountered in the definition of a macro.
 class MissingLeftBraceInDefException
          This exception signals that an outer primitive has been encountered in the definition of a macro.
 class NonConsequtiveParamsException
          This exception signals that an outer primitive has been encountered in the definition of a macro.
 class OuterInDefException
          This exception signals that an outer primitive has been encountered in the definition of a macro.