dk.brics.servletvalidator.exceptions
Class ConstructionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dk.brics.servletvalidator.exceptions.AnalysisException
dk.brics.servletvalidator.exceptions.ConstructionException
- All Implemented Interfaces:
- Serializable
public class ConstructionException
- extends AnalysisException
Thrown if the grammar cannot be constructed from the servlet. This can happen if a
character range ranges over something that could be parenthesis but are unknown
- See Also:
- Serialized Form
ConstructionException
public ConstructionException()
ConstructionException
public ConstructionException(String message)
ConstructionException
public ConstructionException(String message,
Throwable cause)
ConstructionException
public ConstructionException(Throwable cause)
getAutomaton
public dk.brics.automaton.Automaton getAutomaton()
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
getNonTerminal
public NonTerminal getNonTerminal()
setAutomaton
public void setAutomaton(dk.brics.automaton.Automaton automaton)
setNonTerminal
public void setNonTerminal(NonTerminal nonTerminal)
Copyright © 2008 Mathias Schwarz.