AdobeStock_455007340

Using Custom Exception Types

ColdFusion exception handling allows developers to trap and respond to specific error conditions, including custom ones (ones defined by the developer). Custom types are named using dot notation, allowing developers to create types, subtypes, and so on. code can catch specific subtypes if needed. (Applies to: ColdFusion 5)

Leave a Reply