dk.brics.servletvalidator.exceptions
Class AnalysisException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
AnalysisException()
           
AnalysisException(String message)
           
AnalysisException(String message, Throwable cause)
           
AnalysisException(Throwable cause)
           
 
Method Summary
 CodeLocation getCodeLocation()
           
 void setCodeLocation(CodeLocation codeLocation)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnalysisException

public AnalysisException()

AnalysisException

public AnalysisException(String message)

AnalysisException

public AnalysisException(String message,
                         Throwable cause)

AnalysisException

public AnalysisException(Throwable cause)
Method Detail

getCodeLocation

public CodeLocation getCodeLocation()

setCodeLocation

public void setCodeLocation(CodeLocation codeLocation)


Copyright © 2008 Mathias Schwarz.