com.atlassian.jira.jelly.service
Class JellyServiceException

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

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

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
JellyServiceException()
           
JellyServiceException(String message)
           
JellyServiceException(String message, Throwable cause)
           
JellyServiceException(Throwable cause)
           
 
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-2007 Atlassian. All Rights Reserved.