| java.lang.Object java.lang.Throwable java.lang.Exception org.apache.commons.jelly.JellyException
All known Subclasses: org.apache.commons.jelly.JellyTagException,
Constructor Summary | |
public | JellyException() | public | JellyException(String message) | public | JellyException(String message, Throwable cause) | public | JellyException(Throwable cause) | public | JellyException(Throwable cause, String fileName, String elementName, int columnNumber, int lineNumber) | public | JellyException(String reason, Throwable cause, String fileName, String elementName, int columnNumber, int lineNumber) | public | JellyException(String reason, String fileName, String elementName, int columnNumber, int lineNumber) |
JellyException | public JellyException()(Code) | | |
JellyException | public JellyException(String reason, String fileName, String elementName, int columnNumber, int lineNumber)(Code) | | |
getColumnNumber | public int getColumnNumber()(Code) | | the column number of the tag |
getElementName | public String getElementName()(Code) | | the element name which caused the problem |
getFileName | public String getFileName()(Code) | | the Jelly file which caused the problem |
getLineNumber | public int getLineNumber()(Code) | | the line number of the tag |
printStackTrace | public void printStackTrace()(Code) | | |
setColumnNumber | public void setColumnNumber(int columnNumber)(Code) | | Sets the column number of the tag
|
setElementName | public void setElementName(String elementName)(Code) | | Sets the element name which caused the problem
|
setFileName | public void setFileName(String fileName)(Code) | | Sets the Jelly file which caused the problem
|
setLineNumber | public void setLineNumber(int lineNumber)(Code) | | Sets the line number of the tag
|
|
|