railo.runtime.exp
Class CasterException

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.CasterException
All Implemented Interfaces:
Serializable, Dumpable, IPageException
Direct Known Subclasses:
UDFCasterException

public class CasterException
extends ExpressionException

See Also:
Serialized Form

Constructor Summary
CasterException(Object o, Class clazz)
           
CasterException(Object o, String type)
          constructor of the Exception
CasterException(String message)
          constructor of the Exception
 
Method Summary
static String createMessage(Object o, String type)
           
 
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

CasterException

public CasterException(Object o,
                       String type)
constructor of the Exception

Parameters:
o -
type -

CasterException

public CasterException(Object o,
                       Class clazz)

CasterException

public CasterException(String message)
constructor of the Exception

Parameters:
message -
Method Detail

createMessage

public static String createMessage(Object o,
                                   String type)


Copyright © 2012 Railo