Rewrites:
authorRoland Häder <roland@mxchange.org>
Sun, 13 Aug 2017 18:51:58 +0000 (20:51 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 13 Aug 2017 18:51:58 +0000 (20:51 +0200)
commit63f5632b0c5d2cebf8dd0940fdab561f86470f80
tree2a2c690c17f0fc32f4a5146ef09f136ef7a1c94e
parent24814f48bc7bad92f55e8763bf3f657fb41b131d
Rewrites:
- *IsEmptyException are all superflous as also NPE and IAE can do the same and
  much more generic
- closed TODO to remove inConstructor, was bad code style anyway

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/class_BaseFrameworkSystem.php
framework/main/classes/file_directories/directory/class_FrameworkDirectoryPointer.php
framework/main/classes/file_directories/input/text/class_FrameworkTextFileInputPointer.php
framework/main/classes/file_directories/output/raw/class_FrameworkRawFileOutputPointer.php
framework/main/classes/file_directories/output/text/class_FrameworkTextFileOutputPointer.php
framework/main/classes/language/class_LanguageSystem.php
framework/main/exceptions/config/class_ConfigEntryIsEmptyException.php
framework/main/exceptions/database/local_file/class_SavePathIsEmptyException.php
framework/main/exceptions/file_directory/class_FileIsEmptyException.php
framework/main/exceptions/file_directory/class_PathIsEmptyException.php
framework/main/exceptions/language/class_LanguagePathIsEmptyException.php