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

Packages that use ConfigurationInstantiationException
org.extex.interpreter.max.context This package contains a reference implementation for the Context
org.extex.typesetter.tc This package contains the declarations for a typesetting context. 
 

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

Methods in org.extex.interpreter.max.context that throw ConfigurationInstantiationException
 Group GroupFactory.newInstance(Group next, Locator locator, Token start, GroupType type)
          Get a instance of a Group.
 

Constructors in org.extex.interpreter.max.context that throw ConfigurationInstantiationException
GroupFactory(Configuration config)
          Creates a new object.
 

Uses of ConfigurationInstantiationException in org.extex.typesetter.tc
 

Methods in org.extex.typesetter.tc that throw ConfigurationInstantiationException
protected  ModifiableTypesettingContext TypesettingContextFactory.newInstance()
          Factory method to acquire an instance of the TypesettingContext.
 TypesettingContext TypesettingContextFactory.newInstance(TypesettingContext context, Color color)
          Factory method to acquire an instance of the TypesettingContext.
 TypesettingContext TypesettingContextFactory.newInstance(TypesettingContext context, Direction direction)
          Factory method to acquire an instance of the TypesettingContext.
 TypesettingContext TypesettingContextFactory.newInstance(TypesettingContext context, Font font)
          Factory method to acquire an instance of the TypesettingContext.