com.atlassian.jira.web.exception
Class InvalidDirectJspCallException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.jira.web.exception.InvalidDirectJspCallException
All Implemented Interfaces:
Serializable

public class InvalidDirectJspCallException
extends RuntimeException

Thrown when a Jsp is not invoked through a backing Action

Since:
v4.1
See Also:
Serialized Form

Constructor Summary
InvalidDirectJspCallException(String pageName)
           
InvalidDirectJspCallException(String message, String pageName)
           
InvalidDirectJspCallException(String message, Throwable cause, String pageName)
           
InvalidDirectJspCallException(Throwable cause, String pageName)
           
 
Method Summary
 String getPageName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidDirectJspCallException

public InvalidDirectJspCallException(String pageName)

InvalidDirectJspCallException

public InvalidDirectJspCallException(String message,
                                     String pageName)

InvalidDirectJspCallException

public InvalidDirectJspCallException(String message,
                                     Throwable cause,
                                     String pageName)

InvalidDirectJspCallException

public InvalidDirectJspCallException(Throwable cause,
                                     String pageName)
Method Detail

getPageName

public String getPageName()


Copyright © 2002-2013 Atlassian. All Rights Reserved.