ColdFusion 9.0 Resources |
Catching and displaying thrown errorsThe cfcatch tag catches a custom exception when you use any of the following values for the cfcatchtype attribute:
Similarly, if you specify any of these types in a cferror tag, the specified error page displays information about the thrown error. Because the cfthrow tag generates an exception, a Request error handler or the Site-wide error handler can also display these errors. |