|
ColdBox Platform v3.8.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.web.context.ExceptionBean
public class ExceptionBean
I model a Coldfusion/Coldbox Exception
Constructor Summary | |
---|---|
init([any errorStruct='[runtime expression]'], [string extramessage=''], [any extraInfo=''], [string errorType='application'])
|
Method Summary | |
---|---|
string |
$toString()
|
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 |
---|
None
|
Constructor Detail |
---|
public init([any errorStruct='[runtime expression]'], [string extramessage=''], [any extraInfo=''], [string errorType='application'])
errorStruct
- The CF error Structureextramessage
- The custom error messageextraInfo
- Extra informationerrorType
- application/frameworkMethod Detail |
---|
public string $toString()
public string getDetail()
public string getErrNumber()
public string getErrorCode()
public string getErrorType()
public struct getExceptionStruct()
public string getExtendedInfo()
public any getExtraInfo()
public string getExtraMessage()
public string getLockName()
public string getLockOperation()
public any getMemento()
public string getMessage()
public string getMissingFileName()
public string getNativeErrorCode()
public string getQueryError()
public string getSql()
public string getSqlState()
public string getStackTrace()
public array getTagContext()
public string getTagContextAsString()
public string getType()
public string getWhere()
public void setMemento(struct memento)
memento
|
ColdBox Platform v3.8.0 | ||||
FRAMES |