|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.services.BaseService
coldbox.system.services.ExceptionService
public class ExceptionService
The ColdBox exception service
Constructor Summary | |
---|---|
init(any controller)
Constructor |
Method Summary | |
---|---|
any |
ExceptionHandler(any Exception, [string ErrorType='application'], [string ExtraMessage=''])
I handle a framework/application exception. I return a framework exception bean |
string |
renderBugReport(any ExceptionBean)
Render a Bug Report. |
string |
renderEmailBugReport(any ExceptionBean)
Render an Email Bug Report |
Methods inherited from class coldbox.system.services.BaseService |
---|
debug, getColdboxOCM, getUtil, getcontroller, setcontroller
|
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init(any controller)
Method Detail |
---|
public any ExceptionHandler(any Exception, [string ErrorType='application'], [string ExtraMessage=''])
Exception
- The exception structure. Passed as any due to CF glitchErrorType
ExtraMessage
public string renderBugReport(any ExceptionBean)
ExceptionBean
public string renderEmailBugReport(any ExceptionBean)
ExceptionBean
|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |