com.atlassian.jira.jelly.service
Class JellyServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.jelly.JellyException
              extended by com.atlassian.jira.jelly.service.JellyServiceException
All Implemented Interfaces:
Serializable, org.apache.commons.jelly.LocationAware

public class JellyServiceException
extends org.apache.commons.jelly.JellyException

Represents a problem with Jelly script loading, parsing or execution.

See Also:
Serialized Form

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

JellyServiceException

public JellyServiceException()

JellyServiceException

public JellyServiceException(Throwable cause)

JellyServiceException

public JellyServiceException(String message)

JellyServiceException

public JellyServiceException(String message,
                             Throwable cause)


Copyright © 2002-2013 Atlassian. All Rights Reserved.