dk.brics.servletvalidator.exceptions
Class GrammarNotWellformedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dk.brics.servletvalidator.exceptions.AnalysisException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GrammarNotWellformedException
public GrammarNotWellformedException()
GrammarNotWellformedException
public GrammarNotWellformedException(String message)
GrammarNotWellformedException
public GrammarNotWellformedException(String message,
Throwable cause)
GrammarNotWellformedException
public GrammarNotWellformedException(Throwable cause)
Copyright © 2008 Mathias Schwarz.