Class JellyTagException

All Implemented Interfaces:
Serializable, LocationAware
Direct Known Subclasses:
BreakException, MissingAttributeException

public class JellyTagException extends JellyException

A JellyTagException is an exception generated by a Tag implementation.

Version:
$Revision: 155420 $
Author:
Morgan Delagrange
See Also:
  • Constructor Details

    • JellyTagException

      public JellyTagException()
    • JellyTagException

      public JellyTagException(String message)
    • JellyTagException

      public JellyTagException(String message, Throwable cause)
    • JellyTagException

      public JellyTagException(Throwable cause)
    • JellyTagException

      public JellyTagException(Throwable cause, String fileName, String elementName, int columnNumber, int lineNumber)
    • JellyTagException

      public JellyTagException(String reason, Throwable cause, String fileName, String elementName, int columnNumber, int lineNumber)
    • JellyTagException

      public JellyTagException(String reason, String fileName, String elementName, int columnNumber, int lineNumber)