[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Abstract error.
Source position: sysutilh.inc line 141
type EAbstractError = class(Exception) end; |
|
Abstract error. |
|
| | ||
|
Base class of all exceptions. |
|
| | ||
TObject |
EAbstractError is raised when an abstract error occurs, i.e. when an unimplemented abstract method is called.
No notes exist for this page yet.