dk.brics.servletvalidator.exceptions
Class LanguageNotBalancedException

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
                  extended by dk.brics.servletvalidator.exceptions.LanguageNotBalancedException
All Implemented Interfaces:
Serializable

public class LanguageNotBalancedException
extends AnalysisException

Thrown if the analysis detects that the grammar is not balanced

See Also:
Serialized Form

Constructor Summary
LanguageNotBalancedException(String nonBalancedString)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class dk.brics.servletvalidator.exceptions.AnalysisException
getCodeLocation, setCodeLocation
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

LanguageNotBalancedException

public LanguageNotBalancedException(String nonBalancedString)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2008 Mathias Schwarz.