railo.runtime.exp
Class ExpressionException
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
- All Implemented Interfaces:
- Serializable, Dumpable, IPageException
- Direct Known Subclasses:
- AbortException, CasterException, DateTimeException, FunctionException, FunctionNotSupported, ImageException, InterpreterException, RPCException, XMLException
public class ExpressionException
- extends PageExceptionImpl
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
- See Also:
- Serialized Form
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 |
ExpressionException
public ExpressionException(String message)
- Class Constuctor
- Parameters:
message
- error message
ExpressionException
public ExpressionException(String message,
String detail)
- Class Constuctor
- Parameters:
message
- error messagedetail
- detailed error message
getCatchBlock
public CatchBlock getCatchBlock(Config config)
- Description copied from interface:
IPageException
- return detailed catch block of the error
- Specified by:
getCatchBlock
in interface IPageException
- Overrides:
getCatchBlock
in class PageExceptionImpl
- Returns:
- catch block
newInstance
public static ExpressionException newInstance(Exception e)
- Parameters:
e
-
- Returns:
- pageException
Copyright © 2012 Railo