railo.runtime.exp
Class FunctionException

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.FunctionException
All Implemented Interfaces:
Serializable, Dumpable, IPageException

public final class FunctionException
extends ExpressionException

specified exception for Built-In Function

See Also:
Serialized Form

Constructor Summary
FunctionException(PageContext pc, String functionName, int badArgumentPosition, String badArgumentName, String message)
          constructor of the class
FunctionException(PageContext pc, String functionName, String badArgumentPosition, String badArgumentName, String message)
           
 
Method Summary
 
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
 

Constructor Detail

FunctionException

public FunctionException(PageContext pc,
                         String functionName,
                         int badArgumentPosition,
                         String badArgumentName,
                         String message)
constructor of the class

Parameters:
pc - current Page Context
functionName - Name of the function that thorw the Exception
badArgumentPosition - Position of the bad argument in the Argument List of the function
badArgumentName - Name of the bad Argument
message - additional Exception message

FunctionException

public FunctionException(PageContext pc,
                         String functionName,
                         String badArgumentPosition,
                         String badArgumentName,
                         String message)


Copyright © 2012 Railo