Uses of Class
org.extex.framework.configuration.exception.ConfigurationException

Packages that use ConfigurationException
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.dvix This package contains a DocumentWriter to produce DVI files. 
org.extex.backend.documentWriter.itextpdf This package contains a backend of ExTeX which produce a PDF-file. 
org.extex.backend.documentWriter.postscript This package contains a DocumentWriter to produce PostScript and Encapsulated PostScript. 
org.extex.backend.documentWriter.xml This package contains a backend of ExTeX which dumps the information in a XML format. 
org.extex.color This package contains some classes for color support. 
org.extex.engine This package contains the core engine of ExTeX
org.extex.engine.typesetter This package contains the typesetter support of the core engine of ExTeX
org.extex.font This package contains the core data types for fonts in ExTeX. 
org.extex.font.format.dvi.command   
org.extex.font.format.texencoding This package contains the definitions and implementations for the font-enc-file. 
org.extex.font.format.tfm This package contains the definitions and implementations for the TFM-font-metric handling in ExTeX. 
org.extex.font.format.vf This package contains the definitions and implementations for the VF-font-metric handling in ExTeX. 
org.extex.font.format.xtf This package contains the definitions and implementations for the TTF/OTF font handling in ExTeX. 
org.extex.framework This package contains some classes and interfaces for dealing with components in general. 
org.extex.framework.configuration This package contains some classes and interfaces for dealing with configuration of components. 
org.extex.framework.configuration.exception This package contains some exception classes for the configuration. 
org.extex.framework.configuration.impl This package contains implementations for a configuration. 
org.extex.interpreter This package contains the macro expansion engine and all supporting classes. 
org.extex.interpreter.context This package contains the container for data in the interpreter. 
org.extex.interpreter.context.impl.extension   
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.max.exception This package contains some exceptions for the interpreter max. 
org.extex.interpreter.parser   
org.extex.interpreter.primitives.format   
org.extex.interpreter.primitives.register.bool This package contains primitives for the manipulation of bool registers. 
org.extex.interpreter.primitives.register.pair This package contains primitives for the manipulation of pair registers. 
org.extex.interpreter.primitives.register.real This package contains primitives for the manipulation of real registers. 
org.extex.interpreter.primitives.register.transform This package contains primitives for the manipulation of transform registers. 
org.extex.interpreter.type This package contains the basic data types for ExTeX. 
org.extex.interpreter.type.box This package contains the basic box data types for ExTeX. 
org.extex.interpreter.type.code This package contains the basic data types for arithmetic in ExTeX. 
org.extex.interpreter.unit This package contains utilities. 
org.extex.language This package contains classes and implementations which describe a language. 
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. 
org.extex.resource This package contains some classes and interfaces for dealing with searching for resources like files. 
org.extex.scanner.stream This package contains the stream definitions and implementations supported for the scanner. 
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.impl This package contains an implmentation of a typesetter and its associated classes. 
org.extex.typesetter.listMaker This package contains implementations for list makers of several kind. 
org.extex.typesetter.listMaker.math This package contains implementations for math list makers. 
org.extex.typesetter.tc This package contains the declarations for a typesetting context. 
org.extex.typesetter.type.math This package contains math data types for ExTeX. 
org.extex.typesetter.type.noad This package contains the data structures for Noads. 
org.extex.unit.base.conditional This package contains conditional primitives for the ExTeX engine. 
org.extex.unit.base.macro This package contains macro primitives for the ExTeX engine. 
org.extex.unit.color This package contains primitives for colors. 
org.extex.unit.dynamic This package contains primitives for extending ExTeX with foreign langauges. 
org.extex.unit.etex.info   
org.extex.unit.etex.math.delimiter   
org.extex.unit.etex.scan This package contains primitives related to scanning of tokens. 
org.extex.unit.extex.backend   
org.extex.unit.omega.dir This package contains primitives defined in Omega for directions. 
org.extex.unit.omega.math.delimiter   
org.extex.unit.omega.ocp.util This package contains utilities for OCPs. 
org.extex.unit.pdftex This package contains primitives for ExTeX's pdfTeX mode. 
org.extex.unit.tex This package contains classes for the primitives which are mapped to Java code. 
org.extex.unit.tex.file This package contains primitives to handle files. 
org.extex.unit.tex.macro This package contains primitives for the management of macros. 
org.extex.unit.tex.math.delimiter This package contains math primitives for ExTeX. 
org.extex.unit.tex.math.fraction This package contains math primitives for ExTeX. 
org.extex.unit.tex.math.limits This package contains math primitives for ExTeX. 
org.extex.unit.tex.math.spacing This package contains classes for math spacing. 
org.extex.unit.tex.math.style This package contains math primitives for ExTeX. 
org.extex.unit.tex.math.symbol This package contains primitives for math symbols. 
org.extex.unit.tex.register.box This package contains primitives for the manipulation of box registers. 
org.extex.unit.tex.register.count This package contains primitives for the manipulation of count registers. 
org.extex.unit.tex.register.dimen This package contains primitives for the manipulation of dimen registers. 
org.extex.unit.tex.table This package contains primitives for the typesetting of tables. 
org.extex.unit.tex.table.util This package contains utility classes for the processing of alignment tables. 
org.extex.unit.tex.typesetter This package contains primitives which directly send instructions to the typesetter. 
org.extex.util.font.tfm   
 

Uses of ConfigurationException in org.extex.backend.documentWriter
 

Methods in org.extex.backend.documentWriter that throw ConfigurationException
 boolean DocumentWriterFactory.check(java.lang.String type)
          Check that a given document writer type has a matching configuration.
 

Constructors in org.extex.backend.documentWriter that throw ConfigurationException
DocumentWriterFactory(Configuration configuration, java.util.logging.Logger logger)
          Creates a new object.
 

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

Methods in org.extex.backend.documentWriter.dump that throw ConfigurationException
 void MultiDumpDocumentWriter.configure(Configuration config)
          Configure an object according to a given Configuration.
 void DumpDocumentWriter.configure(Configuration config)
          Configure an object according to a given Configuration.
 

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

Methods in org.extex.backend.documentWriter.dvix that throw ConfigurationException
 void DviDocumentWriter.configure(Configuration config)
          Configure an object according to a given Configuration.
 

Uses of ConfigurationException in org.extex.backend.documentWriter.itextpdf
 

Methods in org.extex.backend.documentWriter.itextpdf that throw ConfigurationException
 void TwoPassDocumentWriter.configure(Configuration config)
          Configure an object according to a given Configuration.
 void PdfDocumentWriter.configure(Configuration config)
          Configure an object according to a given Configuration.
 

Uses of ConfigurationException in org.extex.backend.documentWriter.postscript
 

Methods in org.extex.backend.documentWriter.postscript that throw ConfigurationException
 void AbstractPostscriptWriter.configure(Configuration config)
          Configure an object according to a given Configuration.
 

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

Methods in org.extex.backend.documentWriter.xml that throw ConfigurationException
 void XMLDocumentWriter.configure(Configuration cfg)
           
 

Uses of ConfigurationException in org.extex.color
 

Constructors in org.extex.color that throw ConfigurationException
ColorConverterFacory(Configuration config, java.util.logging.Logger logger)
          Creates a new object.
 

Uses of ConfigurationException in org.extex.engine
 

Methods in org.extex.engine that throw ConfigurationException
 TokenFactory TokenFactoryFactory.createInstance()
          Instance delivering method.
 ErrorHandler ErrorHandlerFactory.newInstance(java.lang.String type)
          Get an instance of an error handler.
 

Constructors in org.extex.engine that throw ConfigurationException
ErrorHandlerFactory(Configuration configuration)
          Creates a new object and configures it according to the parameter.
 

Uses of ConfigurationException in org.extex.engine.typesetter
 

Methods in org.extex.engine.typesetter that throw ConfigurationException
 OutputRoutine OutputRoutineFactory.newInstance(Interpreter interpreter)
          Create a new output routine.
 

Uses of ConfigurationException in org.extex.font
 

Methods in org.extex.font that throw ConfigurationException
 void FontFactoryImpl.configure(Configuration configuration)
          Configure an object according to a given Configuration.
 BackendFontManager FontFactoryImpl.createManager(java.util.List<java.lang.String> fontTypes)
          Create a manager for the back-end font.
 BackendFontManager CoreFontFactory.createManager(java.util.List<java.lang.String> fontTypes)
          Create a manager for the back-end font.
 NamedInputStream FontFactoryImpl.findResource(java.lang.String name, java.lang.String type)
           
 ExtexFont FontFactoryImpl.getInstance(FontKey key)
          Return a new instance.
 void LoadableFont.loadFont(java.io.InputStream in, CoreFontFactory factory, FontKey fontKey)
          Load a font from the stream.
 

Uses of ConfigurationException in org.extex.font.format.dvi.command
 

Methods in org.extex.font.format.dvi.command that throw ConfigurationException
static DviCommand DviCommand.getNextCommand(RandomAccessR rar)
          Reads the next dvi command.
static DviPost DviCommand.getPost(RandomAccessR rar)
          Reads the DviPost command.
static DviPre DviCommand.getPre(RandomAccessR rar)
          Reads the DviPre command.
 

Uses of ConfigurationException in org.extex.font.format.texencoding
 

Methods in org.extex.font.format.texencoding that throw ConfigurationException
 java.lang.String[] EncFactory.getEncodingTable(java.lang.String filename)
          Returns the encoding table.
 java.lang.String[] EncFactory.getEncodingTableWithoutSlash(java.lang.String filename)
          Returns the encoding table (without a slash in the name).
 EncReader EncFactory.getEncReader(java.lang.String filename)
          Returns the encoding reader.
 

Uses of ConfigurationException in org.extex.font.format.tfm
 

Methods in org.extex.font.format.tfm that throw ConfigurationException
 void LoadableTfmFont.loadFont(java.io.InputStream in, CoreFontFactory factory, FontKey key)
          Load a font from the stream.
 java.util.Map<java.lang.Integer,UnicodeChar> U2tFactory.loadT2u(java.lang.String name, ResourceFinder finder)
          Returns the t2u map, or null, if the property file is not found.
 java.util.Map<UnicodeChar,java.lang.Integer> U2tFactory.loadU2t(java.lang.String name, ResourceFinder finder)
          Returns the u2t map, or null, if the property file is not found.
 

Uses of ConfigurationException in org.extex.font.format.vf
 

Methods in org.extex.font.format.vf that throw ConfigurationException
 void LoadableVfFont.loadFont(java.io.InputStream in, CoreFontFactory factory, FontKey fontKey)
          Load a font from the stream.
 

Uses of ConfigurationException in org.extex.font.format.xtf
 

Methods in org.extex.font.format.xtf that throw ConfigurationException
 void LoadableXtfFont.loadFont(java.io.InputStream in, CoreFontFactory factory, FontKey key)
          Load a font from the stream.
 

Uses of ConfigurationException in org.extex.framework
 

Methods in org.extex.framework that throw ConfigurationException
 void AbstractFactory.configure(Configuration configuration)
          Configure an object according to a given Configuration.
static void AbstractFactory.configure(java.lang.Object instance, Configuration configuration)
          Configure an instance if this instance supports configuration.
protected  java.lang.Object AbstractFactory.createInstance(java.lang.Class<?> target)
          Get an instance.
protected  java.lang.Object AbstractFactory.createInstance(java.lang.Class<?> target, java.lang.Object arg)
          Get a new instance.
protected  java.lang.Object AbstractFactory.createInstance(java.lang.String type, java.lang.Class<?> target)
          Create a new instance for a given configuration with an additional argument for the constructor.
protected  java.lang.Object AbstractFactory.createInstance(java.lang.String type, java.lang.Class<?> target, java.lang.Class<?> argClass, java.lang.Object arg)
          Create a new instance for a given configuration with an additional argument for the constructor.
protected  java.lang.Object AbstractFactory.createInstanceForConfiguration(Configuration config, java.lang.Class<?> target)
          Create a new instance for a given configuration.
protected  java.lang.Object AbstractFactory.createInstanceForConfiguration(Configuration config, java.lang.Class<?> target, java.lang.Class<?> argClass, java.lang.Object arg)
          Create a new instance for a given configuration with an additional argument for the constructor.
protected  java.lang.Object AbstractFactory.createInstanceForConfiguration(Configuration config, java.lang.Class<?> target, java.lang.Object arg)
          Create a new instance for a given configuration.
protected  Configuration AbstractFactory.selectConfiguration(java.lang.String type)
          Select a sub-configuration with a given name.
 

Uses of ConfigurationException in org.extex.framework.configuration
 

Methods in org.extex.framework.configuration that throw ConfigurationException
 void Configurable.configure(Configuration config)
          Configure an object according to a given Configuration.
 Configuration Configuration.findConfiguration(java.lang.String key, java.lang.String attribute)
          Extract a sub-configuration with a given name and a given attribute.
 Configuration Configuration.getConfiguration(java.lang.String key)
          Extract a sub-configuration with a given name.
 Configuration Configuration.getConfiguration(java.lang.String key, java.lang.String attribute)
          Extract a sub-configuration with a given name and a given attribute.
 java.lang.String Configuration.getValue()
          Getter for the textual value of this configuration.
 java.lang.String Configuration.getValue(java.lang.String key)
          Retrieve a value from the configuration as String.
 int Configuration.getValueAsInteger(java.lang.String key, int defaultValue)
          Retrieve a value from the configuration as int.
 java.util.Iterator<Configuration> Configuration.iterator()
          Get an iterator for all sub-configurations.
 java.util.Iterator<Configuration> Configuration.iterator(java.lang.String key)
          Retrieve an iterator over all items of a sub-configuration.
static Configuration ConfigurationFactory.newInstance(java.lang.String source)
          Delivers a new Configuration object which is initialized from a named source.
 

Uses of ConfigurationException in org.extex.framework.configuration.exception
 

Subclasses of ConfigurationException in org.extex.framework.configuration.exception
 class ConfigurationClassNotFoundException
          This exception is thrown when a dynamically loaded class could not be found.
 class ConfigurationIllegalAccessException
          This exception is thrown when a dynamically loaded class has signaled an illegal access.
 class ConfigurationInstantiationException
          This exception is thrown when a dynamically loaded class signals an instantiation exception.
 class ConfigurationInvalidClassException
          This exception is thrown when a dynamically loaded class does not implement an expected interface.
 class ConfigurationInvalidConstructorException
          This exception is thrown when a dynamically loaded class does not implement an expected interface.
 class ConfigurationInvalidNameException
          This Exception is thrown when a configuration is requested with the path null> or the empty string.
 class ConfigurationInvalidResourceException
          This Exception is thrown when a configuration is requested with the path null> or the empty string.
 class ConfigurationIOException
          This Exception is thrown when a configuration is requested with the path null> or the empty string.
 class ConfigurationMissingAttributeException
          This Exception is thrown when a configuration is requested with the path null> or the empty string.
 class ConfigurationMissingException
          This Exception is thrown when a configuration is requested with the path null or the empty string.
 class ConfigurationNoSuchMethodException
          This exception is thrown when a dynamically loaded class does not provide the expected method.
 class ConfigurationNotFoundException
          This Exception is thrown when a configuration could not be found.
 class ConfigurationSyntaxException
          This Exception is thrown when a configuration contains a syntax error.
 class ConfigurationUnsupportedEncodingException
          This Exception is thrown when a configuration tries to use an unsupported encoding.
 class ConfigurationWrapperException
          This exception is thrown when some other kind of Exception has been encountered during configuration.
 

Uses of ConfigurationException in org.extex.framework.configuration.impl
 

Methods in org.extex.framework.configuration.impl that throw ConfigurationException
 Configuration TexConfiguration.findConfiguration(java.lang.String key, java.lang.String attribute)
          Extract a sub-configuration with a given name and a given attribute.
 Configuration XmlConfiguration.findConfiguration(java.lang.String key, java.lang.String attribute)
          Extract a sub-configuration with a given name and a given attribute.
 Configuration MultiConfiguration.findConfiguration(java.lang.String key, java.lang.String attribute)
           
 Configuration TexConfiguration.getConfiguration(java.lang.String key)
          Extract a sub-configuration with a given name.
 Configuration MultiConfiguration.getConfiguration(java.lang.String key)
           
 Configuration TexConfiguration.getConfiguration(java.lang.String key, java.lang.String attribute)
          Extract a sub-configuration with a given name and a given attribute.
 Configuration XmlConfiguration.getConfiguration(java.lang.String key, java.lang.String attribute)
          Extract a sub-configuration with a given name and a given attribute.
 Configuration MultiConfiguration.getConfiguration(java.lang.String key, java.lang.String attribute)
           
 java.lang.String TexConfiguration.getValue()
          Getter for the textual value of this configuration.
 java.lang.String XmlConfiguration.getValue()
           
 java.lang.String MultiConfiguration.getValue()
          Getter for the textual value of this configuration.
 java.lang.String TexConfiguration.getValue(java.lang.String key)
          Retrieve a value from the configuration as String.
 java.lang.String MultiConfiguration.getValue(java.lang.String key)
           
 int TexConfiguration.getValueAsInteger(java.lang.String key, int defaultValue)
          Retrieve a value from the configuration as int.
 int XmlConfiguration.getValueAsInteger(java.lang.String key, int defaultValue)
           
 int MultiConfiguration.getValueAsInteger(java.lang.String key, int defaultValue)
           
 java.util.Iterator<Configuration> TexConfiguration.iterator()
          Get an iterator for all sub-configurations.
 java.util.Iterator<Configuration> MultiConfiguration.iterator()
           
 java.util.Iterator<Configuration> TexConfiguration.iterator(java.lang.String key)
          Retrieve an iterator over all items of a sub-configuration.
 java.util.Iterator<Configuration> MultiConfiguration.iterator(java.lang.String key)
          Retrieve an iterator over all items of a sub-configuration.
 

Constructors in org.extex.framework.configuration.impl that throw ConfigurationException
MultiConfiguration(Configuration[] parts)
          Creates a new object.
MultiConfigurationIterator(Configuration[] theConfigs, java.lang.String theKey)
          Creates a new object.
 

Uses of ConfigurationException in org.extex.interpreter
 

Methods in org.extex.interpreter that throw ConfigurationException
 Token TokenSource.expand(Token token, Context context, Typesetter typesetter)
          Try to expand a single token and return the result.
 Tokens TokenSource.expand(Tokens tokens, Typesetter typesetter)
          Expand some tokens.
 Box TokenSource.getBox(Flags flags, Context context, Typesetter typesetter, Token insert)
          Parse the specification of a box.
 void Interpreter.loadUnit(java.lang.String name, ResourceFinder finder)
          Load a unit.
 Interpreter InterpreterFactory.newInstance(java.util.Properties properties, OutputStreamFactory outFactory)
          Get a instance for the interface Interpreter.
 void Interpreter.run()
          Process the current token streams by repeatedly reading a single token and processing it until no token is left.
 void Interpreter.run(TokenStream stream)
          Add a token stream and start processing it.
 void Interpreter.setTokenStreamFactory(TokenStreamFactory factory)
          Setter for the token stream factory.
 

Constructors in org.extex.interpreter that throw ConfigurationException
InterpreterFactory(Configuration configuration, java.util.logging.Logger logger)
          Creates a new factory object.
 

Uses of ConfigurationException in org.extex.interpreter.context
 

Methods in org.extex.interpreter.context that throw ConfigurationException
 Context ContextFactory.newInstance(java.lang.String type)
          Get an instance of a context.
 

Constructors in org.extex.interpreter.context that throw ConfigurationException
ContextFactory(Configuration configuration, java.util.logging.Logger logger)
          Creates a new object.
 

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

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

Uses of ConfigurationException in org.extex.interpreter.max
 

Methods in org.extex.interpreter.max that throw ConfigurationException
 TokenFactory TokenFactoryFactory.createInstance()
          Instance delivering method.
protected  Token Max.expand(Token token)
          Take the token given and expand it as possible.
 Token Max.expand(Token token, Context context, Typesetter typesetter)
          Try to expand a single token and return the result.
protected  Token Max.expandUnproteced(Token token, Tokens tokens)
          Take the token given and expand it as possible while honoring the protected code.
 

Constructors in org.extex.interpreter.max that throw ConfigurationException
StringSource(java.lang.CharSequence cs)
          Creates a new object.
 

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

Methods in org.extex.interpreter.max.context that throw ConfigurationException
 void ContextImpl.set(Color color, boolean global)
          Setter for the color in the current typesetting context.
 void ContextImpl.set(Direction direction, boolean global)
          Setter for the direction in the current typesetting context.
 void ContextImpl.set(Font font, boolean global)
          Setter for the font in the current typesetting context.
 void ContextImpl.set(Language language, boolean global)
          Setter for the language in the current typesetting context.
 void ContextImpl.setLanguageManager(LanguageManager manager)
          Setter for the language manager.
 

Uses of ConfigurationException in org.extex.interpreter.max.exception
 

Subclasses of ConfigurationException in org.extex.interpreter.max.exception
 class NoTokenStreamFactoryException
          This Exception is thrown when a TokenStreamFactory is needed but none is found.
 class NoTypesetterException
          This Exception is thrown when a configuration is requested with the path null> or the empty string.
 

Uses of ConfigurationException in org.extex.interpreter.parser
 

Methods in org.extex.interpreter.parser that throw ConfigurationException
 long DimenConvertible.convertDimen(Context context, TokenSource source, Typesetter typesetter)
          This method converts a register into a dimen.
 

Uses of ConfigurationException in org.extex.interpreter.primitives.format
 

Methods in org.extex.interpreter.primitives.format that throw ConfigurationException
 Tokens PrintFormat.the(Context context, TokenSource source, Typesetter typesetter)
           
 

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

Methods in org.extex.interpreter.primitives.register.bool that throw ConfigurationException
 void NamedBool.assign(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
           
 

Constructors in org.extex.interpreter.primitives.register.bool that throw ConfigurationException
Bool(Context context, TokenSource source, Typesetter typesetter)
          Creates a new object.
 

Uses of ConfigurationException in org.extex.interpreter.primitives.register.pair
 

Methods in org.extex.interpreter.primitives.register.pair that throw ConfigurationException
 void NamedPair.assign(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
           
 

Constructors in org.extex.interpreter.primitives.register.pair that throw ConfigurationException
Pair(Context context, TokenSource source, Typesetter typesetter)
          Creates a new object.
 

Uses of ConfigurationException in org.extex.interpreter.primitives.register.real
 

Methods in org.extex.interpreter.primitives.register.real that throw ConfigurationException
 void NamedReal.advance(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
           
 void NamedReal.assign(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
           
protected  Real MathToRadians.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
protected  Real MathMin.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
protected  Real MathLog.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
protected  Real MathATanTwo.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
protected  Real MathRint.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
protected  Real MathAdd.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
protected  Real MathRound.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
protected  Real MathACos.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
protected  Real MathCos.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
protected  Real MathATan.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
protected  Real MathDiv.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
protected  Real MathTan.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
protected  Real MathFloor.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
protected  Real MathToDegrees.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
protected  Real MathCeil.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
protected  Real MathAbs.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
protected  Real MathPow.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
protected abstract  Real AbstractMath.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
protected  Real MathMul.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
protected  Real MathExp.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
protected  Real MathASin.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
protected  Real MathSin.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
protected  Real MathSqrt.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
protected  Real MathSub.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
protected  Real MathMax.calculate(Context context, TokenSource source, Typesetter typesetter)
          Calculate
 long AbstractMath.convertCount(Context context, TokenSource source, Typesetter typesetter)
          This method converts a register into a count.
 Real RealConvertible.convertReal(Context context, TokenSource source, Typesetter typesetter)
          Convert to a real.
 Real AbstractMath.convertReal(Context context, TokenSource source, Typesetter typesetter)
           
 Tokens AbstractMath.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Constructors in org.extex.interpreter.primitives.register.real that throw ConfigurationException
Real(Context context, TokenSource source, Typesetter typesetter)
          Creates a new object.
 

Uses of ConfigurationException in org.extex.interpreter.primitives.register.transform
 

Methods in org.extex.interpreter.primitives.register.transform that throw ConfigurationException
 void NamedTransform.assign(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
           
 

Constructors in org.extex.interpreter.primitives.register.transform that throw ConfigurationException
Transform(Context context, TokenSource source, Typesetter typesetter)
          Creates a new object.
 

Uses of ConfigurationException in org.extex.interpreter.type
 

Methods in org.extex.interpreter.type that throw ConfigurationException
abstract  void AbstractAssignment.assign(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          The method assign is the core of the functionality of execute().
 void ExpandableCode.expand(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and expands it.
 void CodeExpander.expandCode(Context context, TokenSource source, Typesetter typesetter, Tokens tokens)
          Expand the first token and place the result in a token list.
 Tokens Theable.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of ConfigurationException in org.extex.interpreter.type.box
 

Methods in org.extex.interpreter.type.box that throw ConfigurationException
 Box Boxable.getBox(Context context, TokenSource source, Typesetter typesetter, Token insert)
          Getter for the content as Box.
 RuleNode RuleConvertible.getRule(Context context, TokenSource source, Typesetter typesetter)
          Getter for the content as Rule.
 

Uses of ConfigurationException in org.extex.interpreter.type.code
 

Methods in org.extex.interpreter.type.code that throw ConfigurationException
 void Multiplyable.multiply(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method is called when the macro \multiply has been seen.
 

Uses of ConfigurationException in org.extex.interpreter.unit
 

Methods in org.extex.interpreter.unit that throw ConfigurationException
 Loader LoaderFactory.createLoad()
          Create a new instance of the class given by the attribute class of the configuration.
 UnitInfo UnitInfoFactory.createUnitInfo()
          Create a new instance of the class given by the attribute class of the configuration.
 

Uses of ConfigurationException in org.extex.language
 

Methods in org.extex.language that throw ConfigurationException
 Language LanguageManager.getLanguage(java.lang.String index)
          Return the Language for a given name.
 LanguageManager LanguageManagerFactory.newInstance(java.lang.String type, OutputStreamFactory outFactory, ResourceFinder finder)
          Get an instance of a LanguageManager.
 void LanguageManagerCarrier.setLanguageManager(LanguageManager manager)
          Setter for the language manager.
 

Uses of ConfigurationException in org.extex.language.impl
 

Methods in org.extex.language.impl that throw ConfigurationException
protected  Language BaseLanguageManager.createLanguage(java.lang.String name)
          Create a new language and put it into the table.
 

Uses of ConfigurationException in org.extex.main.tex
 

Methods in org.extex.main.tex that throw ConfigurationException
 NamedInputStream ResourceFinderImpl.findResource(java.lang.String name, java.lang.String type)
          Find a resource which can be used for reading.
protected  BackendDriver TeX.makeBackend(Configuration config, OutputStreamFactory outFactory, DocumentWriterOptions options, ResourceFinder finder, CoreFontFactory fontFactory)
          Create a new document writer.
protected  Interpreter TeX.makeInterpreter(Configuration config, OutputStreamFactory outFactory, ResourceFinder finder, java.lang.String jobname)
          Create a new interpreter.
protected  TokenStreamFactory TeX.makeTokenStreamFactory(Configuration config, ResourceFinder finder)
          Create a TokenStreamFactory.
 

Uses of ConfigurationException in org.extex.resource
 

Methods in org.extex.resource that throw ConfigurationException
 ResourceFinder ResourceFinderFactory.createResourceFinder(Configuration config, java.util.logging.Logger logger, java.util.Properties properties, InteractionIndicator provider)
          Get an instance of a resource finder.
 NamedInputStream UrlFinder.findResource(java.lang.String name, java.lang.String type)
           
 NamedInputStream FileFinderRPath.findResource(java.lang.String name, java.lang.String type)
          Find a resource which can be used for reading.
 NamedInputStream LsrFinder.findResource(java.lang.String name, java.lang.String type)
           
 NamedInputStream ResourceFinder.findResource(java.lang.String name, java.lang.String type)
          Find a resource which can be used for reading.
 NamedInputStream ClasspathArchiveFinder.findResource(java.lang.String name, java.lang.String type)
          Find a resource which can be used for reading.
 NamedInputStream ResourceFinderList.findResource(java.lang.String name, java.lang.String type)
          Find a resource which can be used for reading.
 NamedInputStream ClasspathFinder.findResource(java.lang.String name, java.lang.String type)
           
 NamedInputStream FileFinder.findResource(java.lang.String name, java.lang.String type)
           
 

Constructors in org.extex.resource that throw ConfigurationException
ClasspathArchiveFinder(Configuration configuration)
          Creates a new object.
 

Uses of ConfigurationException in org.extex.scanner.stream
 

Methods in org.extex.scanner.stream that throw ConfigurationException
 void TokenStreamFactory.configure(Configuration config)
          Configure an object according to a given Configuration.
 TokenStream TokenStreamFactory.getStream(java.lang.CharSequence line)
          Provide a new instance of a token stream reading from a string.
 TokenStream TokenStreamFactory.getStream(java.io.Reader reader)
          Provide a new instance of a token stream reading from a Reader.
protected  TokenStream TokenStreamFactory.getStream(java.io.Reader reader, java.lang.Boolean isFile, java.lang.String source)
          Provide a new instance of a token stream reading from a Reader.
 TokenStream TokenStreamFactory.getStream(java.lang.String name, java.lang.String type, java.lang.String encoding)
          Provide a new instance of a token stream reading from a file or other resource.
 

Constructors in org.extex.scanner.stream that throw ConfigurationException
TokenStreamFactory(java.lang.String tag)
          Creates a new object.
 

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

Subclasses of ConfigurationException in org.extex.scanner.stream.exception
 class MissingResourceFinderException
          This Exception is thrown when no file finder has been provided before it is needed.
 

Uses of ConfigurationException in org.extex.typesetter
 

Methods in org.extex.typesetter that throw ConfigurationException
 void ListMaker.add(Node node)
          Add an arbitrary node to the internal list of nodes gathered so far.
 void ListMaker.addAndAdjust(NodeList list, TypesetterOptions options)
          Add a node list to the current list maker and adjust the spacing between the elements of the list.
 void ListMaker.addSpace(TypesettingContext typesettingContext, FixedCount spacefactor)
          Add a space node to the list.
 NodeList ListMaker.complete(TypesetterOptions context)
          Close the node list.
 void ListManager.endParagraph()
          End the current paragraph.
 void Typesetter.finish()
          Instructs the typesetter to perform any actions necessary for cleaning up everything at the end of processing.
 void ListMaker.par()
          Emit a new paragraph.
 

Uses of ConfigurationException in org.extex.typesetter.impl
 

Methods in org.extex.typesetter.impl that throw ConfigurationException
 void NullTypesetterImpl.addSpace(TypesettingContext typesettingContext, FixedCount spacefactor)
          Add a space node to the list.
 NodeList NullTypesetterImpl.complete(TypesetterOptions context)
          Close the node list.
 void NullTypesetterImpl.mathShift(Context context, TokenSource source, Token t)
          Treat a math shift character.
 void NullTypesetterImpl.par()
          Emit a new paragraph.
 

Uses of ConfigurationException in org.extex.typesetter.listMaker
 

Methods in org.extex.typesetter.listMaker that throw ConfigurationException
 void HorizontalListMaker.add(Node c)
          Add an arbitrary node to the internal list of nodes gathered so far.
 void VerticalListMaker.addAndAdjust(NodeList nodes, TypesetterOptions context)
          Add a node list to the current list maker and adjust the spacing between the elements of the list.
 void InnerVerticalListMaker.addAndAdjust(NodeList list, TypesetterOptions options)
          Add a node list to the current list maker and adjust the spacing between the elements of the list.
 void HorizontalListMaker.addSpace(TypesettingContext context, FixedCount sfCount)
          Add a space node to the list.
 NodeList RestrictedHorizontalListMaker.complete(TypesetterOptions context)
          Close the node list.
 NodeList HorizontalListMaker.complete(TypesetterOptions context)
          Close the node list.
 void TokenDelegateListMaker.mathShift(Context context, TokenSource source, Token t)
          Treat a math shift character.
 void AbstractListMaker.mathShift(Context context, TokenSource source, Token t)
          Treat a math shift character.
 void HorizontalListMaker.par()
          Emit a new paragraph.
 void InnerVerticalListMaker.par()
          \par s are silently ignored in vertical mode.
 void TokenDelegateListMaker.tab(Context context, TokenSource source, Token t)
          Treat a alignment tab character.
 void AbstractListMaker.tab(Context context, TokenSource source, Token token)
          Treat a alignment tab character.
 

Uses of ConfigurationException in org.extex.typesetter.listMaker.math
 

Methods in org.extex.typesetter.listMaker.math that throw ConfigurationException
 void MathListMaker.add(Node node)
          Add an arbitrary node to the internal list of nodes gathered so far.
 void MathListMaker.addSpace(TypesettingContext typesettingContext, FixedCount spacefactor)
          Spaces are ignored in math mode.
 NodeList MathListMaker.complete(TypesetterOptions context)
          Close the node list.
 void MathListMaker.mathShift(Context context, TokenSource source, Token t)
          Treat a math shift character.
 void MathListMaker.par()
          Emitting a new paragraph is not supported in math mode.
 

Uses of ConfigurationException in org.extex.typesetter.tc
 

Methods in org.extex.typesetter.tc that throw ConfigurationException
 void TypesettingContextFactory.configure(Configuration configuration)
          Configure the factory according to a given Configuration.
 

Uses of ConfigurationException in org.extex.typesetter.type.math
 

Methods in org.extex.typesetter.type.math that throw ConfigurationException
 void MathDelimiter.typeset(NodeList list, MathContext mathContext, FixedDimen height, FixedDimen depth)
          Translate a MathDelimter into a NodeList.
 

Uses of ConfigurationException in org.extex.typesetter.type.noad
 

Methods in org.extex.typesetter.type.noad that throw ConfigurationException
protected  Node AbstractNoad.makeScripts(Node node, MathContext mc, FixedDimen delta, java.util.logging.Logger logger)
          Attach the subscripts and superscripts to the current hlist.
 void MathGlyph.typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger)
          Translate a Noad into a NodeList.
 void OperatorNoad.typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger)
          Translate a Noad into a NodeList.
 void ChoiceNoad.typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger)
          Translate a Noad into a NodeList.
 void NodeNoad.typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger)
          Translate a Noad into a NodeList.
 void MathList.typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger)
          Translate a Noad into a NodeList.
 void Noad.typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger)
          Translate a Noad into a NodeList.
 void CharNoad.typeset(Noad previousNoad, NoadList noads, int index, NodeList nodes, MathContext mathContext, java.util.logging.Logger logger)
          Translate a Noad into a NodeList.
 void FractionNoad.typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger)
          Translate a Noad into a NodeList.
 void StyleNoad.typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger)
          Translate a Noad into a NodeList.
 void KernNoad.typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger)
          Translate a Noad into a NodeList.
 void LeftNoad.typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger)
          Translate a Noad into a NodeList.
 void UnderlinedNoad.typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger)
          Translate a Noad into a NodeList.
 void OrdinaryNoad.typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger)
          Translate a Noad into a NodeList.
 void OverlinedNoad.typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger)
          Translate a Noad into a NodeList.
 void PunctationNoad.typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger)
          Translate a Noad into a NodeList.
 void RelationNoad.typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger)
          Translate a Noad into a NodeList.
 void RightNoad.typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger)
          Translate a Noad into a NodeList.
 void InnerNoad.typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger)
          Translate a Noad into a NodeList.
 void VCenterNoad.typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger)
          Translate a Noad into a NodeList.
 void CloseNoad.typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger)
          Translate a Noad into a NodeList.
 void OpenNoad.typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger)
          Translate a Noad into a NodeList.
 void RadicalNoad.typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger)
          Translate a Noad into a NodeList.
 void AccentNoad.typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger)
          Translate a Noad into a NodeList.
 void LeftNoad.typeset(Noad previousNoad, NoadList noads, int index, NodeList list, MathContext mathContext, java.util.logging.Logger logger, Dimen height, Dimen depth)
          Translate a Noad into a NodeList.
 

Uses of ConfigurationException in org.extex.unit.base.conditional
 

Methods in org.extex.unit.base.conditional that throw ConfigurationException
 void Else.expand(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and expands it.
 

Uses of ConfigurationException in org.extex.unit.base.macro
 

Methods in org.extex.unit.base.macro that throw ConfigurationException
 void LetCode.expand(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and expands it.
 

Uses of ConfigurationException in org.extex.unit.color
 

Methods in org.extex.unit.color that throw ConfigurationException
 void ColorPrimitive.assign(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          The method assign is the core of the functionality of execute().
 

Uses of ConfigurationException in org.extex.unit.dynamic
 

Methods in org.extex.unit.dynamic that throw ConfigurationException
 void NativeDef.assign(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          The method assign is the core of the functionality of execute().
 void NativeLoad.configure(Configuration config)
          Configure an object according to a given Configuration.
 void NativeDef.configure(Configuration config)
          Configure an object according to a given Configuration.
 Definer NativeDef.Factory.createLoad()
          Create a new instance of the class given by the attribute class of the configuration.
 

Uses of ConfigurationException in org.extex.unit.etex.info
 

Methods in org.extex.unit.etex.info that throw ConfigurationException
 void Showgroups.configure(Configuration config)
          Configure an object according to a given Configuration.
 

Uses of ConfigurationException in org.extex.unit.etex.math.delimiter
 

Methods in org.extex.unit.etex.math.delimiter that throw ConfigurationException
 void Middle.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 

Uses of ConfigurationException in org.extex.unit.etex.scan
 

Methods in org.extex.unit.etex.scan that throw ConfigurationException
 void Scantokens.expand(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and expands it.
 

Uses of ConfigurationException in org.extex.unit.extex.backend
 

Methods in org.extex.unit.extex.backend that throw ConfigurationException
 void WriterType.expand(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and expands it.
 Tokens WriterType.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

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

Methods in org.extex.unit.omega.dir that throw ConfigurationException
 void Textdir.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 

Uses of ConfigurationException in org.extex.unit.omega.math.delimiter
 

Methods in org.extex.unit.omega.math.delimiter that throw ConfigurationException
 void Odelcode.assign(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          The method assign is the core of the functionality of execute().
 void Oradical.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 void Odelimiter.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
static MathDelimiter AbstractOmegaDelimiter.parseDelimiter(Context context, TokenSource source, Typesetter typesetter, CodeToken primitive)
          Parse a math delimiter.
 

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

Methods in org.extex.unit.omega.ocp.util that throw ConfigurationException
static Ocp Ocp.load(java.lang.String resource, ResourceFinder finder)
          This is a factory method for OCPs.
 

Uses of ConfigurationException in org.extex.unit.pdftex
 

Methods in org.extex.unit.pdftex that throw ConfigurationException
 void PdftexUnitInfo.configure(Configuration config)
          Configure an object according to a given Configuration.
 void Pdfobj.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 

Uses of ConfigurationException in org.extex.unit.tex
 

Methods in org.extex.unit.tex that throw ConfigurationException
 void TexUnitInfo.configure(Configuration config)
          Configure an object according to a given Configuration.
 

Uses of ConfigurationException in org.extex.unit.tex.file
 

Methods in org.extex.unit.tex.file that throw ConfigurationException
 void Input.expand(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and expands it.
 

Uses of ConfigurationException in org.extex.unit.tex.macro
 

Methods in org.extex.unit.tex.macro that throw ConfigurationException
 void Csname.expand(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and expands it.
static java.lang.String Csname.scanToEndCsname(Context context, TokenSource source, Typesetter typesetter, Localizer loc)
          Expand tokens and collect the result until \endcsname is found.
 

Uses of ConfigurationException in org.extex.unit.tex.math.delimiter
 

Methods in org.extex.unit.tex.math.delimiter that throw ConfigurationException
 void Delcode.assign(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          The method assign is the core of the functionality of execute().
 void Delimiter.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 void Right.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 void Left.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 void Radical.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
static MathDelimiter AbstractTeXDelimiter.parseDelimiter(Context context, TokenSource source, Typesetter typesetter, CodeToken primitive)
          Parse a math delimiter.
 

Uses of ConfigurationException in org.extex.unit.tex.math.fraction
 

Methods in org.extex.unit.tex.math.fraction that throw ConfigurationException
 void Atopwithdelims.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 void Above.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 void Over.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 void Abovewithdelims.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 void Overwithdelims.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 void Atop.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 

Uses of ConfigurationException in org.extex.unit.tex.math.limits
 

Methods in org.extex.unit.tex.math.limits that throw ConfigurationException
 void Nolimits.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 void Displaylimits.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 void Limits.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 

Uses of ConfigurationException in org.extex.unit.tex.math.spacing
 

Methods in org.extex.unit.tex.math.spacing that throw ConfigurationException
 void Mkern.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 void Mskip.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 void Nonscript.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 

Uses of ConfigurationException in org.extex.unit.tex.math.style
 

Methods in org.extex.unit.tex.math.style that throw ConfigurationException
 void Scriptscriptstyle.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 void Displaystyle.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 void Scriptstyle.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 

Uses of ConfigurationException in org.extex.unit.tex.math.symbol
 

Methods in org.extex.unit.tex.math.symbol that throw ConfigurationException
 void Mathord.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 void Mathrel.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 void Mathpunct.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 void Mathbin.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 

Uses of ConfigurationException in org.extex.unit.tex.register.box
 

Methods in org.extex.unit.tex.register.box that throw ConfigurationException
 Box BoxPrimitive.getBox(Context context, TokenSource source, Typesetter typesetter, Token insert)
          Getter for the content as Box.
 

Uses of ConfigurationException in org.extex.unit.tex.register.count
 

Methods in org.extex.unit.tex.register.count that throw ConfigurationException
 void IntegerParameter.configure(Configuration config)
          Configure an object according to a given Configuration.
 

Uses of ConfigurationException in org.extex.unit.tex.register.dimen
 

Methods in org.extex.unit.tex.register.dimen that throw ConfigurationException
 void DimenParameter.configure(Configuration config)
          Configure an object according to a given Configuration.
 

Uses of ConfigurationException in org.extex.unit.tex.table
 

Methods in org.extex.unit.tex.table that throw ConfigurationException
 void Halign.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it.
 

Uses of ConfigurationException in org.extex.unit.tex.table.util
 

Methods in org.extex.unit.tex.table.util that throw ConfigurationException
 NodeList HAlignListMaker.complete(TypesetterOptions context)
          Close the node list.
 void HAlignListMaker.tab(Context context, TokenSource source, Token token)
          Treat a alignment tab character.
 

Uses of ConfigurationException in org.extex.unit.tex.typesetter
 

Methods in org.extex.unit.tex.typesetter that throw ConfigurationException
protected  void AbstractVerticalCode.ensureVerticalMode(Typesetter typesetter)
          Check that the current mode is a vertical mode and throw an exception if another mode is detected.
 

Uses of ConfigurationException in org.extex.util.font.tfm
 

Methods in org.extex.util.font.tfm that throw ConfigurationException
 void Tfm2Xml.doIt(java.lang.String tfmfile)
          doIt.
 void Tfm2Pl.doIt(java.lang.String tfmfile)
          doIt.
 

Constructors in org.extex.util.font.tfm that throw ConfigurationException
Tfm2Pl()
          Creates a new object.