dk.brics.servletvalidator.exceptions
Class GrammarNotWellformedException

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.GrammarNotWellformedException
All Implemented Interfaces:
Serializable

public class GrammarNotWellformedException
extends AnalysisException

Thrown if the grammar is not well-formed

See Also:
Serialized Form

Constructor Summary
GrammarNotWellformedException()
           
GrammarNotWellformedException(String message)
           
GrammarNotWellformedException(String message, Throwable cause)
           
GrammarNotWellformedException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class dk.brics.servletvalidator.exceptions.AnalysisException
getCodeLocation, setCodeLocation
 
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

GrammarNotWellformedException

public GrammarNotWellformedException()

GrammarNotWellformedException

public GrammarNotWellformedException(String message)

GrammarNotWellformedException

public GrammarNotWellformedException(String message,
                                     Throwable cause)

GrammarNotWellformedException

public GrammarNotWellformedException(Throwable cause)


Copyright © 2008 Mathias Schwarz.