Class EInternalError
Unit
CastleUtils
Declaration
type EInternalError = class(Exception)
Description
Internal error in the program. Something that definitely should not happen and indicates a bug that should be reported.
This exception must be shown to user (never silently ignored), and usually the safest thing to do is to close the program at this point.
We will add to your error message (passed to the constructor) some instructive message, like 'Internal error occurred, please submit this to the author : ' .
Hierarchy
Overview
Methods
 |
constructor Create(const s: string); |
 |
constructor CreateFmt(const s: string; const Args: array of const); |
Description
Methods
 |
constructor Create(const s: string); |
|
 |
constructor CreateFmt(const s: string; const Args: array of const); |
|
|