use CoreFramework\Filesystem\Block;
use CoreFramework\Filesystem\FilePointer;
use CoreFramework\Filesystem\FrameworkDirectory;
+use CoreFramework\Filesystem\PathWriteProtectedException;
use CoreFramework\Generic\FrameworkInterface;
use CoreFramework\Generic\NullPointerException;
use CoreFramework\Handler\Stream\IoHandler;
// Import framework stuff
use CoreFramework\Bootstrap\FrameworkBootstrap;
use CoreFramework\FileSystem\BaseFileIo;
+use CoreFramework\FileSystem\FileReadProtectedException;
use CoreFramework\Filesystem\Pointer\InputPointer;
use CoreFramework\Generic\NullPointerException;
use CoreFramework\Object\BaseFrameworkSystem;
// Import framework stuff
use CoreFramework\Bootstrap\FrameworkBootstrap;
use CoreFramework\FileSystem\BaseFileIo;
+use CoreFramework\FileSystem\FileReadProtectedException;
use CoreFramework\Filesystem\Pointer\InputPointer;
use CoreFramework\Generic\NullPointerException;
use CoreFramework\Object\BaseFrameworkSystem;
// Import framework stuff
use CoreFramework\Bootstrap\FrameworkBootstrap;
use CoreFramework\FileSystem\BaseFileIo;
+use CoreFramework\FileSystem\FileReadProtectedException;
+use CoreFramework\FileSystem\FileWriteProtectedException;
+use CoreFramework\Filesystem\PathWriteProtectedException;
use CoreFramework\Generic\NullPointerException;
use CoreFramework\Object\BaseFrameworkSystem;
<?php
-// Own namespace
+// Deprecated:
namespace CoreFramework\Deprecated;
/**
<?php
// Own namespace
-namespace CoreFramework\Deprecated;
+namespace CoreFramework\FileSystem;
// Import framework stuff
use CoreFramework\Generic\FrameworkException;
* @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
* @license GNU GPL 3.0 or any newer version
* @link http://www.shipsimu.org
- * @deprecated Don't read this anymore
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
<?php
// Own namespace
-namespace CoreFramework\Deprecated;
+namespace CoreFramework\FileSystem;
// Import framework stuff
use CoreFramework\Generic\FrameworkException;
* @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
* @license GNU GPL 3.0 or any newer version
* @link http://www.shipsimu.org
- * @deprecated Don't use this anymore
- *
+ *
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
<?php
// Own namespace
-namespace CoreFramework\Deprecated;
+namespace CoreFramework\Filesystem;
// Import framework stuff
+use CoreFramework\Filesystem\PathWriteProtectedException;
use CoreFramework\Generic\FrameworkException;
/**
* @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
* @license GNU GPL 3.0 or any newer version
* @link http://www.shipsimu.org
- * @deprecated Don't use this anymore
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-class FileWriteProtectedException extends FrameworkException {
+class PathWriteProtectedException extends FrameworkException {
/**
* The constructor
*