Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.jelly
Class JellyTagException  view JellyTagException download JellyTagException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.jelly.JellyException
              extended byorg.apache.commons.jelly.JellyTagException
All Implemented Interfaces:
LocationAware, java.io.Serializable
Direct Known Subclasses:
MissingAttributeException

public class JellyTagException
extends JellyException

A JellyTagException is an exception generated by a Tag implementation.

Version:
$Revision: 155420 $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class org.apache.commons.jelly.JellyException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
JellyTagException()
           
JellyTagException(java.lang.String message)
           
JellyTagException(java.lang.String reason, java.lang.String fileName, java.lang.String elementName, int columnNumber, int lineNumber)
           
JellyTagException(java.lang.String message, java.lang.Throwable cause)
           
JellyTagException(java.lang.String reason, java.lang.Throwable cause, java.lang.String fileName, java.lang.String elementName, int columnNumber, int lineNumber)
           
JellyTagException(java.lang.Throwable cause)
           
JellyTagException(java.lang.Throwable cause, java.lang.String fileName, java.lang.String elementName, int columnNumber, int lineNumber)
           
 
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
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JellyTagException

public JellyTagException()

JellyTagException

public JellyTagException(java.lang.String message)

JellyTagException

public JellyTagException(java.lang.String message,
                         java.lang.Throwable cause)

JellyTagException

public JellyTagException(java.lang.Throwable cause)

JellyTagException

public JellyTagException(java.lang.Throwable cause,
                         java.lang.String fileName,
                         java.lang.String elementName,
                         int columnNumber,
                         int lineNumber)

JellyTagException

public JellyTagException(java.lang.String reason,
                         java.lang.Throwable cause,
                         java.lang.String fileName,
                         java.lang.String elementName,
                         int columnNumber,
                         int lineNumber)

JellyTagException

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