Package org.apache.commons.jelly
Class JellyTagException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.jelly.JellyException
org.apache.commons.jelly.JellyTagException
- All Implemented Interfaces:
Serializable
,LocationAware
- Direct Known Subclasses:
BreakException
,MissingAttributeException
A JellyTagException
is an exception generated by a Tag
implementation.
- Version:
- $Revision: 155420 $
- Author:
- Morgan Delagrange
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJellyTagException
(String message) JellyTagException
(String reason, String fileName, String elementName, int columnNumber, int lineNumber) JellyTagException
(String message, Throwable cause) JellyTagException
(String reason, Throwable cause, String fileName, String elementName, int columnNumber, int lineNumber) JellyTagException
(Throwable cause) JellyTagException
(Throwable cause, String fileName, String elementName, int columnNumber, int lineNumber) -
Method Summary
Methods inherited from class org.apache.commons.jelly.JellyException
getCause, getColumnNumber, getElementName, getFileName, getLineNumber, getMessage, getReason, printStackTrace, printStackTrace, printStackTrace, setColumnNumber, setElementName, setFileName, setLineNumber
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
JellyTagException
public JellyTagException() -
JellyTagException
-
JellyTagException
-
JellyTagException
-
JellyTagException
-
JellyTagException
-
JellyTagException
-