Interface | Description |
---|---|
CatchBlock | |
IPageException |
interface of the root business exception of lucee
|
PageExceptionBox |
Interface for exception class how contain a page exception inside
|
Stop |
Class | Description |
---|---|
CatchBlockImpl | |
ExceptionHandler |
Handle Excpetions
|
Exception | Description |
---|---|
Abort |
This Exception will be Throwed, when page Excecution will be aborted (tag abort).
|
AbortException | |
AlwaysThrow | |
ApplicationException |
Application Exception Object
|
CasterException | |
CustomTypeException |
Exception throwed by CFML Code
|
DatabaseException |
Database Exception Object
|
DeprecatedException | |
ExpressionException |
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
|
FTPException | |
FunctionException |
specified exception for Built-In Function
|
FunctionNotSupported | |
HTTPException |
Exception class for the HTTP Handling
|
LockException | |
MissingIncludeException |
Exception throwed when missing include
|
NativeException |
Box a Native Exception, Native = !PageException
|
PageException |
root Exception for lucee runtime
|
PageExceptionImpl |
Lucee Runtime Page Exception, all runtime Exception are sub classes of this class
|
PageRuntimeException |
To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
|
PageServletException |
by definition a JSP Tag can only throw JSPExceptions,
for that case the PageException is a Subclass of the JSPExceptions, but when a PageException,
is escaleted to a parent page, this goes over the include method of the PageContext Object, but this can only throw ServletException.
|
PostContentAbort |
This Exception is only thrown after cfcontent with file, to indicate a silent Abort when used in onMissingTemplate
|
RemoteAccessException | |
RemoteException | |
RequestTimeoutException | |
ReturnException | |
SecurityException | |
StopException | |
TagAttributeException |
exception to throw invalid attributes of tags
|
TagNotSupported | |
TemplateException |
Template Exception Object
|
UDFCasterException | |
XMLException |
XmL Exception
|
Copyright © 2015 Lucee