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

git-svn-id: trunk@33362 -
This commit is contained in:
michael 2016-03-28 12:57:42 +00:00
parent 62b2b65110
commit 231ec77175

View File

@ -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 }