|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.web.services.BaseService
coldbox.system.web.services.ExceptionService
public class ExceptionService
The ColdBox exception service
Constructor Summary | |
---|---|
init(any controller)
Constructor |
Method Summary | |
---|---|
any<ExceptionBean> |
exceptionHandler(any exception, [string errorType='application'], [string extraMessage=''])
I handle a framework/application exception |
string |
renderBugReport(any exceptionBean)
Render a Bug Report |
Methods inherited from class coldbox.system.web.services.BaseService |
---|
convertToColdBox, getColdboxOCM, getController, getUtil, isFamilyType, onConfigurationLoad, onShutdown, setController
|
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init(any controller)
controller
Method Detail |
---|
public any<ExceptionBean> 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
|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |