railo.runtime.exp
Class ExpressionException

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
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

Constructor Summary
ExpressionException(String message)
          Class Constuctor
ExpressionException(String message, String detail)
          Class Constuctor
 
Method Summary
 CatchBlock getCatchBlock(Config config)
          return detailed catch block of the error
static ExpressionException newInstance(Exception e)
           
 
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

ExpressionException

public ExpressionException(String message)
Class Constuctor

Parameters:
message - error message

ExpressionException

public ExpressionException(String message,
                           String detail)
Class Constuctor

Parameters:
message - error message
detail - detailed error message
Method Detail

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