浏览代码

* Added EProgrammerNotFound and EInvalidOpException, by Silvio Clecio (bug ID 30627)

git-svn-id: trunk@34986 -
michael 8 年之前
父节点
当前提交
c0f183258f
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      rtl/objpas/sysutils/sysutilh.inc

+ 5 - 0
rtl/objpas/sysutils/sysutilh.inc

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