|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.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 |
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 |
|---|
convertToColdBox, debug, getColdboxOCM, getLogger, getUtil, getcontroller, isFamilyType, onAspectsLoad, onConfigurationLoad, onShutdown, setcontroller
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init(any controller)
controller| Method Detail |
|---|
public any ExceptionHandler(any Exception, [string ErrorType='application'], [string ExtraMessage=''])
Exception - The exception structure. Passed as any due to CF glitchErrorTypeExtraMessagepublic string renderBugReport(any ExceptionBean)
ExceptionBeanpublic string renderEmailBugReport(any ExceptionBean)
ExceptionBean
|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||