railo.runtime.exp
Class FunctionException
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.FunctionException
- All Implemented Interfaces:
- Serializable, Dumpable, IPageException
public final class FunctionException
- extends ExpressionException
specified exception for Built-In Function
- 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 |
FunctionException
public FunctionException(PageContext pc,
String functionName,
int badArgumentPosition,
String badArgumentName,
String message)
- constructor of the class
- Parameters:
pc
- current Page ContextfunctionName
- Name of the function that thorw the ExceptionbadArgumentPosition
- Position of the bad argument in the Argument List of the functionbadArgumentName
- Name of the bad Argumentmessage
- additional Exception message
FunctionException
public FunctionException(PageContext pc,
String functionName,
String badArgumentPosition,
String badArgumentName,
String message)
Copyright © 2012 Railo