railo.runtime.exp
Class Abort
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
railo.runtime.exp.PageException
railo.runtime.exp.PageExceptionImpl
railo.runtime.exp.ExpressionException
railo.runtime.exp.AbortException
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
Constructor Summary |
Abort(int scope)
Constructor of the Class |
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 |
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
Abort
public Abort(int scope)
- Constructor of the Class
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