Quellcode durchsuchen

* Delphi compatibility classes (Patch by Silvio Clecio, bug ID #29917)

git-svn-id: trunk@33362 -
michael vor 9 Jahren
Ursprung
Commit
231ec77175
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 6 0
      rtl/objpas/sysutils/sysutilh.inc

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

@@ -217,6 +217,12 @@ type
    EArgumentOutOfRangeException = class(EArgumentException);
    EArgumentNilException = class(EArgumentException);
 
+   EPathTooLongException = class(Exception);
+   ENotSupportedException = class(Exception);
+   EDirectoryNotFoundException = class(Exception);
+   EFileNotFoundException = class(Exception);
+   EPathNotFoundException = class(Exception);
+
    ENoConstructException = class(Exception);
 
    { Exception handling routines }