Package dk.brics.servletvalidator.exceptions

Contains all exceptions that can be thrown during analysis.

See:
          Description

Exception Summary
AnalysisException This exception or a subclass of it is thrown when the analysis detects an error in the program.
CanGenerateEmpytException Thrown if the EpsilonRemovalVisitor detects that the language contains the string ε which is not a valid XML document
ConstructionException Thrown if the grammar cannot be constructed from the servlet.
EmptyLanguageException Thrown if the language generatesd is the empty language
GrammarNotWellformedException Thrown if the grammar is not well-formed
LanguageNotBalancedException Thrown if the analysis detects that the grammar is not balanced
XMLNotWellFormedException  
 

Package dk.brics.servletvalidator.exceptions Description

Contains all exceptions that can be thrown during analysis. Catching exceptions in this package should be enough to detect any kind of error that the system can find.



Copyright © 2008 Mathias Schwarz.