railo.runtime.exp
Class Abort

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.jsp.JspException
              extended by railo.runtime.exp.PageException
                  extended by railo.runtime.exp.PageExceptionImpl
                      extended by railo.runtime.exp.ExpressionException
                          extended by railo.runtime.exp.AbortException
                              extended by railo.runtime.exp.Abort
All Implemented Interfaces:
Serializable, Dumpable, IPageException
Direct Known Subclasses:
RequestTimeoutException

public class Abort
extends AbortException

This Exception will be Throwed, when page Excecution will be aborted (tag abort).

See Also:
Serialized Form

Field Summary
static int SCOPE_PAGE
           
static int SCOPE_REQUEST
           
 
Constructor Summary
Abort(int scope)
          Constructor of the Class
 
Method Summary
 int getScope()
           
static boolean isAbort(Throwable t)
           
static boolean isAbort(Throwable t, int scope)
           
static boolean isSilentAbort(Throwable t)
           
static Abort newInstance(int scope)
           
 
Methods inherited from class railo.runtime.exp.ExpressionException
getCatchBlock, newInstance
 
Methods inherited from class railo.runtime.exp.PageExceptionImpl
addContext, getAddional, getAdditional, getCatchBlock, getCatchBlock, getCustomTypeAsString, getDetail, getErrorBlock, getErrorCode, getExtendedInfo, getLine, getPageDeep, getRootCause, getStackTrace, getStackTraceAsString, getTagContext, getTagContext, getTracePointer, getTypeAsString, printStackTrace, printStackTrace, printStackTrace, setAdditional, setDetail, setErrorCode, setExtendedInfo, setTracePointer, toDumpData, typeEqual
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SCOPE_PAGE

public static final int SCOPE_PAGE
See Also:
Constant Field Values

SCOPE_REQUEST

public static final int SCOPE_REQUEST
See Also:
Constant Field Values
Constructor Detail

Abort

public Abort(int scope)
Constructor of the Class

Method Detail

newInstance

public static Abort newInstance(int scope)

getScope

public int getScope()

isSilentAbort

public static boolean isSilentAbort(Throwable t)

isAbort

public static boolean isAbort(Throwable t)

isAbort

public static boolean isAbort(Throwable t,
                              int scope)


Copyright © 2012 Railo