Uses of Class
org.inxar.syntacs.util.AlgorithmException

Packages that use AlgorithmException
com.inxar.syntacs.automaton.pushdown Defines classes which implement pushdown automata and their construction. 
com.inxar.syntacs.translator.lr Defines classes which implement LR-specific translation machinery. 
org.inxar.syntacs.automaton.pushdown Declares interfaces which model and support pushdown automata used in shift-reduce parsing. 
org.inxar.syntacs.util Declares interfaces which model basic and or fundamental abstract data types used throughout the translation process. 
 

Uses of AlgorithmException in com.inxar.syntacs.automaton.pushdown
 

Subclasses of AlgorithmException in com.inxar.syntacs.automaton.pushdown
static class SCCTransitiveClosure.NonTrivialSCCException
           
 

Methods in com.inxar.syntacs.automaton.pushdown that throw AlgorithmException
 DPA LALR1Constructor.construct(ContextFreeSet grammar)
           
 DPA ArrayDPAConstructor.construct(ContextFreeSet grammar)
           
 DPA LR1Constructor.construct(ContextFreeSet grammar)
           
 

Uses of AlgorithmException in com.inxar.syntacs.translator.lr
 

Methods in com.inxar.syntacs.translator.lr that throw AlgorithmException
 TranslatorGrammar XML2LRTranslatorGrammarTransformer.transform(String uri)
           
 TranslatorGrammar XML2LRTranslatorGrammarTransformer.transform(org.w3c.dom.Element doc)
           
 

Uses of AlgorithmException in org.inxar.syntacs.automaton.pushdown
 

Subclasses of AlgorithmException in org.inxar.syntacs.automaton.pushdown
 class AmbiguityException
          AmbiguityException objects are thrown to indicate mismatches between the definition of a language grammar and the strength of the algorithm used to compute the state machine to recognize that grammars.
 

Methods in org.inxar.syntacs.automaton.pushdown that throw AlgorithmException
 DPA DPAConstructor.construct(ContextFreeSet grammar)
          Constructs a DPA.
 

Uses of AlgorithmException in org.inxar.syntacs.util
 

Methods in org.inxar.syntacs.util that throw AlgorithmException
 void Algorithm.evaluate()
          Evaluates the Algorithm, possibly throwing an AlgorithmException along the way.