|
@@ -211,6 +211,9 @@ type
|
|
|
ENoThreadSupport = Class(Exception);
|
|
|
ENoWideStringSupport = Class(Exception);
|
|
|
ENoDynLibsSupport = class(Exception);
|
|
|
+
|
|
|
+ EProgrammerNotFound = class(Exception);
|
|
|
+
|
|
|
ENotImplemented = class(Exception);
|
|
|
|
|
|
EArgumentException = class(Exception);
|
|
@@ -223,6 +226,8 @@ type
|
|
|
EFileNotFoundException = class(Exception);
|
|
|
EPathNotFoundException = class(Exception);
|
|
|
|
|
|
+ EInvalidOpException = class(Exception);
|
|
|
+
|
|
|
ENoConstructException = class(Exception);
|
|
|
|
|
|
{ Exception handling routines }
|