Uses of Class
org.extex.framework.RegistrarException

Packages that use RegistrarException
org.extex.engine This package contains the core engine of ExTeX
org.extex.engine.exception This package contains exception classes for the interpreter component. 
org.extex.framework This package contains some classes and interfaces for dealing with components in general. 
 

Uses of RegistrarException in org.extex.engine
 

Methods in org.extex.engine that throw RegistrarException
 java.lang.Object ResourceFinderInjector.reconnect(java.lang.Object object)
          Reconnect an object.
 java.lang.Object FontInjector.reconnect(java.lang.Object object)
          Reconnect an object.
 

Uses of RegistrarException in org.extex.engine.exception
 

Subclasses of RegistrarException in org.extex.engine.exception
 class RegistrarFontNotFoundException
          This exception signals that a font could not be found during a registrar operation.
 

Uses of RegistrarException in org.extex.framework
 

Methods in org.extex.framework that throw RegistrarException
static Registrar Registrar.activate()
          Create a new registrar and activate it.
static void Registrar.activate(Registrar registrar)
          Activate an existing registrar.
static void Registrar.deactivate(Registrar registrar)
          Deactivate a currently active registrar.
 java.lang.Object AbstractFactory.reconnect(java.lang.Object instance)
           
 java.lang.Object RegistrarObserver.reconnect(java.lang.Object object)
          Reconnect an object.
static java.lang.Object Registrar.reconnect(java.lang.Object object)
          Find anyone interested in an object and let the object be integrated into their views of the world.