ColdBox Platform Version 2.6.3

coldbox.system.beans
Class exceptionBean

WEB-INF.cftags.component
        extended by coldbox.system.beans.exceptionBean

public class exceptionBean
extends WEB-INF.cftags.component

I model a Coldfusion/Coldbox Exception


Constructor Summary
init([any errorStruct='[runtime expression]'], [string extramessage=''], [any extraInfo=''], [string errorType='application'])
 
Method Summary
 string getDetail()
 string getErrNumber()
 string getErrorCode()
 string getErrorType()
 struct getExceptionStruct()
 string getExtendedInfo()
 any getExtraInfo()
 string getExtraMessage()
 string getLockName()
 string getLockOperation()
 any getMemento()
          Get the memento
 string getMessage()
 string getMissingFileName()
 string getNativeErrorCode()
 string getQueryError()
 string getSql()
 string getSqlState()
 string getStackTrace()
 array getTagContext()
 string getTagContextAsString()
          I return the tagcontext in string format.
 string getType()
 string getWhere()
 void setmemento(struct memento)
          Set the memento
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init([any errorStruct='[runtime expression]'], [string extramessage=''], [any extraInfo=''], [string errorType='application'])

Method Detail

getDetail

public string getDetail()


getErrNumber

public string getErrNumber()


getErrorCode

public string getErrorCode()


getErrorType

public string getErrorType()


getExceptionStruct

public struct getExceptionStruct()


getExtendedInfo

public string getExtendedInfo()


getExtraInfo

public any getExtraInfo()


getExtraMessage

public string getExtraMessage()


getLockName

public string getLockName()


getLockOperation

public string getLockOperation()


getMemento

public any getMemento()
Get the memento


getMessage

public string getMessage()


getMissingFileName

public string getMissingFileName()


getNativeErrorCode

public string getNativeErrorCode()


getQueryError

public string getQueryError()


getSql

public string getSql()


getSqlState

public string getSqlState()


getStackTrace

public string getStackTrace()


getTagContext

public array getTagContext()


getTagContextAsString

public string getTagContextAsString()
I return the tagcontext in string format.


getType

public string getType()


getWhere

public string getWhere()


setmemento

public void setmemento(struct memento)
Set the memento

Parameters:
memento

ColdBox Platform Version 2.6.3