| Firebird Documentation Index → Firebird 2.5 Language Reference → System Tables → RDB$EXCEPTIONS |
![]() |
RDB$EXCEPTIONS stores custom database exceptions.
| Column Name | Data Type | Description | ||
|---|---|---|---|---|
| RDB$EXCEPTION_NAME | CHAR(31) | Custom exception name | ||
| RDB$EXCEPTION_NUMBER | INTEGER | The unique number of the exception assigned by the system | ||
| RDB$MESSAGE | VARCHAR(1021) | Exception message text | ||
| RDB$DESCRIPTION | BLOB TEXT | Could store text description of the exception | ||
| RDB$SYSTEM_FLAG | SMALLINT | Flag:
|
| Firebird Documentation Index → Firebird 2.5 Language Reference → System Tables → RDB$EXCEPTIONS |