dk.brics.servletvalidator.exceptions
Class AnalysisException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dk.brics.servletvalidator.exceptions.AnalysisException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CanGenerateEmpytException, ConstructionException, EmptyLanguageException, GrammarNotWellformedException, LanguageNotBalancedException, XMLNotWellFormedException
public class AnalysisException
- extends RuntimeException
This exception or a subclass of it is thrown when the analysis detects an error in the program.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AnalysisException
public AnalysisException()
AnalysisException
public AnalysisException(String message)
AnalysisException
public AnalysisException(String message,
Throwable cause)
AnalysisException
public AnalysisException(Throwable cause)
getCodeLocation
public CodeLocation getCodeLocation()
setCodeLocation
public void setCodeLocation(CodeLocation codeLocation)
Copyright © 2008 Mathias Schwarz.