|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.commons.jelly.JellyException
com.atlassian.jira.jelly.service.JellyServiceException
public class JellyServiceException
Represents a problem with Jelly script loading, parsing or execution.
| Constructor Summary | |
|---|---|
JellyServiceException()
|
|
JellyServiceException(String message)
|
|
JellyServiceException(String message,
Throwable cause)
|
|
JellyServiceException(Throwable cause)
|
|
| 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 |
|---|
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 |
|---|
public JellyServiceException()
public JellyServiceException(Throwable cause)
public JellyServiceException(String message)
public JellyServiceException(String message,
Throwable cause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||