Uses of Package
org.extex.language.hyphenation.exception

Packages that use org.extex.language.hyphenation.exception
org.extex.language.hyphenation This package contains the definitions and implementations for the treatment of hyphenations in ExTeX. 
org.extex.language.hyphenation.base This package contains the base hyphenation table implementation. 
org.extex.language.hyphenation.exception This package contains exception classes for a hyphenation engine. 
org.extex.language.hyphenation.liang This package contains a implementation for an hyphenation engine. 
org.extex.language.impl This package contains implementations which describe a language. 
org.extex.language.ligature This package contains an implmentation of a ligature builder. 
org.extex.language.ligature.impl This package contains an implementation of a ligature builder. 
org.extex.language.word This package contains classes for treatment of words. 
org.extex.language.word.impl This package contains implementation for the treatment of words. 
org.extex.typesetter.paragraphBuilder.impl This package contains an implementation of a paragraph builder for ExTeX. 
 

Classes in org.extex.language.hyphenation.exception used by org.extex.language.hyphenation
HyphenationException
          This class is the base class for all exceptions in the hyphenation components.
 

Classes in org.extex.language.hyphenation.exception used by org.extex.language.hyphenation.base
HyphenationException
          This class is the base class for all exceptions in the hyphenation components.
 

Classes in org.extex.language.hyphenation.exception used by org.extex.language.hyphenation.exception
HyphenationException
          This class is the base class for all exceptions in the hyphenation components.
 

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

Classes in org.extex.language.hyphenation.exception used by org.extex.language.impl
HyphenationException
          This class is the base class for all exceptions in the hyphenation components.
 

Classes in org.extex.language.hyphenation.exception used by org.extex.language.ligature
HyphenationException
          This class is the base class for all exceptions in the hyphenation components.
 

Classes in org.extex.language.hyphenation.exception used by org.extex.language.ligature.impl
HyphenationException
          This class is the base class for all exceptions in the hyphenation components.
 

Classes in org.extex.language.hyphenation.exception used by org.extex.language.word
HyphenationException
          This class is the base class for all exceptions in the hyphenation components.
 

Classes in org.extex.language.hyphenation.exception used by org.extex.language.word.impl
HyphenationException
          This class is the base class for all exceptions in the hyphenation components.
 

Classes in org.extex.language.hyphenation.exception used by org.extex.typesetter.paragraphBuilder.impl
HyphenationException
          This class is the base class for all exceptions in the hyphenation components.