POT
POT
POT
Main menu

Download

Forum

SVN

Class: E_OTS_FileLoaderError

Source Location: /classes/E_OTS_FileLoaderError.php

Class E_OTS_FileLoaderError

Class Overview

Error during reading OTServ binary file.

Error during reading OTServ binary file.

Located in /classes/E_OTS_FileLoaderError.php [line 22]

Exception
   |
   --E_OTS_ErrorCode
      |
      --E_OTS_FileLoaderError
Author(s):
Information Tags:
Version:  0.0.6
Since:  0.0.6
[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From E_OTS_ErrorCode

E_OTS_ErrorCode::__construct()
Sets error code.

[ Top ]
Constant Summary
ERROR_CAN_NOT_OPEN   Could not open file.
ERROR_EOF   Unexpected end of file.
ERROR_INVALID_FILE_VERSION   Unsupported file version.
ERROR_INVALID_FORMAT   File corrupted.
ERROR_NOT_OPEN   Attempted to execute operation on not opened file.
ERROR_SEEK_ERROR   Failed to seek in given position in file.
ERROR_TELL_ERROR   Failed to read position in file.

[ Top ]
Constants
ERROR_CAN_NOT_OPEN = 2 [line 31]

Could not open file.

Could not open file.

Information Tags:
Version:  0.0.6
Since:  0.0.6

[ Top ]
ERROR_EOF = 4 [line 35]

Unexpected end of file.

Unexpected end of file.

Information Tags:
Version:  0.0.6
Since:  0.0.6

[ Top ]
ERROR_INVALID_FILE_VERSION = 1 [line 27]

Unsupported file version.

Unsupported file version.

Information Tags:
Version:  0.0.6
Since:  0.0.6

[ Top ]
ERROR_INVALID_FORMAT = 8 [line 47]

File corrupted.

File corrupted.

Information Tags:
Version:  0.0.6
Since:  0.0.6

[ Top ]
ERROR_NOT_OPEN = 6 [line 43]

Attempted to execute operation on not opened file.

Attempted to execute operation on not opened file.

Information Tags:
Version:  0.0.6
Since:  0.0.6

[ Top ]
ERROR_SEEK_ERROR = 5 [line 39]

Failed to seek in given position in file.

Failed to seek in given position in file.

Information Tags:
Version:  0.0.6
Since:  0.0.6

[ Top ]
ERROR_TELL_ERROR = 9 [line 51]

Failed to read position in file.

Failed to read position in file.

Information Tags:
Version:  0.0.6
Since:  0.0.6

[ Top ]