WEB-INF.cftags.component
coldbox.system.web.services.BaseService
coldbox.system.web.services.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 |
|---|
| None |
| Constructor Detail |
|---|
Constructor
controller| Method Detail |
|---|
I handle a framework/application exception. I return a framework exception bean
exception - The exception structure. Passed as any due to CF glitcherrorTypeextraMessageRender a Bug Report.
exceptionBean