Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Data Fields
Zend_Pdf_Exception Class Reference
Inheritance diagram for Zend_Pdf_Exception:
Zend_Exception

Data Fields

const NOT_IMPLEMENTED = 0x0001
 
const DEPRECATED = 0x0002
 
const TOO_FEW_PARAMETERS = 0x0003
 
const BAD_PARAMETER_TYPE = 0x0004
 
const BAD_PARAMETER_VALUE = 0x0005
 
const PARAMETER_VALUE_OUT_OF_RANGE = 0x0006
 
const BAD_METHOD_SIGNATURE = 0x0007
 
const INDEX_OUT_OF_RANGE = 0x0008
 
const BAD_FILE_PATH = 0x0101
 
const NOT_READABLE = 0x0102
 
const NOT_WRITEABLE = 0x0103
 
const FILE_NOT_OPEN = 0x0104
 
const CANT_OPEN_FILE = 0x0105
 
const CANT_GET_FILE_POSITION = 0x0106
 
const CANT_SET_FILE_POSITION = 0x0107
 
const MOVE_BEFORE_START_OF_FILE = 0x0108
 
const MOVE_BEYOND_END_OF_FILE = 0x0109
 
const CANT_GET_FILE_SIZE = 0x010a
 
const ERROR_DURING_READ = 0x010b
 
const ERROR_DURING_WRITE = 0x010c
 
const INVALID_PAGE_SIZE = 0x010d
 
const INSUFFICIENT_DATA = 0x010e
 
const BAD_DATA_SOURCE = 0x0201
 
const INVALID_BYTE_ORDER = 0x0202
 
const INVALID_INTEGER_SIZE = 0x0203
 
const BAD_FIXED_POINT_SIZE = 0x0204
 
const CANT_READ_STRING = 0x0205
 
const PARSED_OUT_OF_ORDER = 0x0206
 
const WRONG_FONT_TYPE = 0x0301
 
const BAD_TABLE_COUNT = 0x0302
 
const REQUIRED_TABLE_NOT_FOUND = 0x0303
 
const DONT_UNDERSTAND_TABLE_VERSION = 0x0303
 
const BAD_MAGIC_NUMBER = 0x0304
 
const CANT_FIND_GOOD_CMAP = 0x0305
 
const CMAP_TYPE_UNSUPPORTED = 0x0401
 
const CMAP_UNKNOWN_TYPE = 0x0402
 
const CMAP_TABLE_DATA_TOO_SMALL = 0x0403
 
const CMAP_WRONG_TABLE_TYPE = 0x0404
 
const CMAP_WRONG_TABLE_LENGTH = 0x0405
 
const CMAP_NOT_LANGUAGE_INDEPENDENT = 0x0406
 
const CMAP_FINAL_OFFSET_NOT_LENGTH = 0x0407
 
const CMAP_WRONG_ENTRY_COUNT = 0x0408
 
const GLYPH_OUT_OF_RANGE = 0x0501
 
const FONT_CANT_BE_EMBEDDED = 0x0502
 
const BAD_FONT_NAME = 0x0601
 
const CANT_DETERMINE_FONT_TYPE = 0x0602
 
const BAD_ATTRIBUTE_VALUE = 0x0701
 
const CANT_DETERMINE_IMAGE_TYPE = 0x0801
 
const WRONG_IMAGE_TYPE = 0x0802
 
const UNSUPPORTED_IMAGE_ENCODING_OPTIONS = 0x0803
 
const IMAGE_FILE_CORRUPT = 0x0804
 

Additional Inherited Members

- Public Member Functions inherited from Zend_Exception
 __construct ($msg='', $code=0, Exception $previous=null)
 
 __call ($method, array $args)
 
 __toString ()
 
- Protected Member Functions inherited from Zend_Exception
 _getPrevious ()
 

Detailed Description

Definition at line 51 of file Exception.php.

Field Documentation

◆ BAD_ATTRIBUTE_VALUE

const BAD_ATTRIBUTE_VALUE = 0x0701

The specified attribute value for the text object cannot be used.

Definition at line 331 of file Exception.php.

◆ BAD_DATA_SOURCE

const BAD_DATA_SOURCE = 0x0201

The file parser data source object was invalid or improperly initialized.

Definition at line 186 of file Exception.php.

◆ BAD_FILE_PATH

const BAD_FILE_PATH = 0x0101

The file path was unusable or invalid.

Definition at line 109 of file Exception.php.

◆ BAD_FIXED_POINT_SIZE

const BAD_FIXED_POINT_SIZE = 0x0204

An invalid fixed-point number size was specified.

Definition at line 201 of file Exception.php.

◆ BAD_FONT_NAME

const BAD_FONT_NAME = 0x0601

The font name did not match any previously instantiated font and is not one of the standard 14 PDF fonts.

Definition at line 318 of file Exception.php.

◆ BAD_MAGIC_NUMBER

const BAD_MAGIC_NUMBER = 0x0304

The magic number in the font file is incorrect.

Definition at line 241 of file Exception.php.

◆ BAD_METHOD_SIGNATURE

const BAD_METHOD_SIGNATURE = 0x0007

The method that has multiple signatures could not understand the number and/or types of parameters.

Definition at line 95 of file Exception.php.

◆ BAD_PARAMETER_TYPE

const BAD_PARAMETER_TYPE = 0x0004

A parameter was of the wrong data type.

Definition at line 79 of file Exception.php.

◆ BAD_PARAMETER_VALUE

const BAD_PARAMETER_VALUE = 0x0005

A parameter contained an unusable value.

Definition at line 84 of file Exception.php.

◆ BAD_TABLE_COUNT

const BAD_TABLE_COUNT = 0x0302

The number of tables contained in the font is outside the expected range.

Definition at line 226 of file Exception.php.

◆ CANT_DETERMINE_FONT_TYPE

const CANT_DETERMINE_FONT_TYPE = 0x0602

The factory method could not determine the type of the font file.

Definition at line 323 of file Exception.php.

◆ CANT_DETERMINE_IMAGE_TYPE

const CANT_DETERMINE_IMAGE_TYPE = 0x0801

Definition at line 336 of file Exception.php.

◆ CANT_FIND_GOOD_CMAP

const CANT_FIND_GOOD_CMAP = 0x0305

Could not locate a usable character map for this font.

Definition at line 246 of file Exception.php.

◆ CANT_GET_FILE_POSITION

const CANT_GET_FILE_POSITION = 0x0106

An error was encountered while attempting to obtain the current file position.

Definition at line 135 of file Exception.php.

◆ CANT_GET_FILE_SIZE

const CANT_GET_FILE_SIZE = 0x010a

An error was encountered while attempting to obtain the file size.

Definition at line 157 of file Exception.php.

◆ CANT_OPEN_FILE

const CANT_OPEN_FILE = 0x0105

An error was encountered while attempting to open the file.

Definition at line 129 of file Exception.php.

◆ CANT_READ_STRING

const CANT_READ_STRING = 0x0205

The string cannot be read.

Definition at line 206 of file Exception.php.

◆ CANT_SET_FILE_POSITION

const CANT_SET_FILE_POSITION = 0x0107

An error was encountered while attempting to set a new file position.

Definition at line 140 of file Exception.php.

◆ CMAP_FINAL_OFFSET_NOT_LENGTH

const CMAP_FINAL_OFFSET_NOT_LENGTH = 0x0407

The final byte offset when reading the character map table data does not match the reported length of the table.

Definition at line 287 of file Exception.php.

◆ CMAP_NOT_LANGUAGE_INDEPENDENT

const CMAP_NOT_LANGUAGE_INDEPENDENT = 0x0406

This character map table is language-dependent. Character maps must be language-independent.

Definition at line 281 of file Exception.php.

◆ CMAP_TABLE_DATA_TOO_SMALL

const CMAP_TABLE_DATA_TOO_SMALL = 0x0403

The character map table data is too small.

Definition at line 265 of file Exception.php.

◆ CMAP_TYPE_UNSUPPORTED

const CMAP_TYPE_UNSUPPORTED = 0x0401

The character map type is currently unsupported.

Definition at line 255 of file Exception.php.

◆ CMAP_UNKNOWN_TYPE

const CMAP_UNKNOWN_TYPE = 0x0402

The type of the character map is not understood.

Definition at line 260 of file Exception.php.

◆ CMAP_WRONG_ENTRY_COUNT

const CMAP_WRONG_ENTRY_COUNT = 0x0408

The character map subtable entry count does not match the expected value.

Definition at line 292 of file Exception.php.

◆ CMAP_WRONG_TABLE_LENGTH

const CMAP_WRONG_TABLE_LENGTH = 0x0405

The character map table data contains in incorrect length.

Definition at line 275 of file Exception.php.

◆ CMAP_WRONG_TABLE_TYPE

const CMAP_WRONG_TABLE_TYPE = 0x0404

The character map table data is for a different type of table.

Definition at line 270 of file Exception.php.

◆ DEPRECATED

const DEPRECATED = 0x0002

The feature or option has been deprecated and will be removed in a future revision of the framework. The descriptive text accompanying this exception should explain how to use the replacement features or options.

Definition at line 69 of file Exception.php.

◆ DONT_UNDERSTAND_TABLE_VERSION

const DONT_UNDERSTAND_TABLE_VERSION = 0x0303

The parser does not understand this version of this table in the font.

Definition at line 236 of file Exception.php.

◆ ERROR_DURING_READ

const ERROR_DURING_READ = 0x010b

An error was encountered while attempting to read data from the file.

Definition at line 162 of file Exception.php.

◆ ERROR_DURING_WRITE

const ERROR_DURING_WRITE = 0x010c

An error was encountered while attempting to write data to the file.

Definition at line 167 of file Exception.php.

◆ FILE_NOT_OPEN

const FILE_NOT_OPEN = 0x0104

The file resource has been closed unexpectedly.

Definition at line 124 of file Exception.php.

◆ FONT_CANT_BE_EMBEDDED

const FONT_CANT_BE_EMBEDDED = 0x0502

This font program has copyright bits set which prevent it from being embedded in the PDF file. You must specify the no-embed option to use this font.

Definition at line 308 of file Exception.php.

◆ GLYPH_OUT_OF_RANGE

const GLYPH_OUT_OF_RANGE = 0x0501

The specified glyph number is out of range for this font.

Definition at line 301 of file Exception.php.

◆ IMAGE_FILE_CORRUPT

const IMAGE_FILE_CORRUPT = 0x0804

Definition at line 339 of file Exception.php.

◆ INDEX_OUT_OF_RANGE

const INDEX_OUT_OF_RANGE = 0x0008

An array or string index was out of range.

Definition at line 100 of file Exception.php.

◆ INSUFFICIENT_DATA

const INSUFFICIENT_DATA = 0x010e

There is insufficient data to fulfill the read request.

Definition at line 177 of file Exception.php.

◆ INVALID_BYTE_ORDER

const INVALID_BYTE_ORDER = 0x0202

An unknown byte order was specified.

Definition at line 191 of file Exception.php.

◆ INVALID_INTEGER_SIZE

const INVALID_INTEGER_SIZE = 0x0203

An invalid integer size was specified.

Definition at line 196 of file Exception.php.

◆ INVALID_PAGE_SIZE

const INVALID_PAGE_SIZE = 0x010d

An incompatible page size was specified for a buffered read operation.

Definition at line 172 of file Exception.php.

◆ MOVE_BEFORE_START_OF_FILE

const MOVE_BEFORE_START_OF_FILE = 0x0108

An attempt was made to move the current file position before the start of the file.

Definition at line 146 of file Exception.php.

◆ MOVE_BEYOND_END_OF_FILE

const MOVE_BEYOND_END_OF_FILE = 0x0109

An attempt was made to move the current file position beyond the end of the file.

Definition at line 152 of file Exception.php.

◆ NOT_IMPLEMENTED

const NOT_IMPLEMENTED = 0x0001

The feature or option is planned but has not yet been implemented. It should be available in a future revision of the framework.

Definition at line 62 of file Exception.php.

◆ NOT_READABLE

const NOT_READABLE = 0x0102

The file is not readable by the current user.

Definition at line 114 of file Exception.php.

◆ NOT_WRITEABLE

const NOT_WRITEABLE = 0x0103

The file is not writeable by the current user.

Definition at line 119 of file Exception.php.

◆ PARAMETER_VALUE_OUT_OF_RANGE

const PARAMETER_VALUE_OUT_OF_RANGE = 0x0006

A parameter value was not within the expected range.

Definition at line 89 of file Exception.php.

◆ PARSED_OUT_OF_ORDER

const PARSED_OUT_OF_ORDER = 0x0206

This file type must be parsed in a specific order and a parsing method was called out-of-turn.

Definition at line 212 of file Exception.php.

◆ REQUIRED_TABLE_NOT_FOUND

const REQUIRED_TABLE_NOT_FOUND = 0x0303

A required table was not present in the font.

Definition at line 231 of file Exception.php.

◆ TOO_FEW_PARAMETERS

const TOO_FEW_PARAMETERS = 0x0003

Not enough paramaters were supplied to the method.

Definition at line 74 of file Exception.php.

◆ UNSUPPORTED_IMAGE_ENCODING_OPTIONS

const UNSUPPORTED_IMAGE_ENCODING_OPTIONS = 0x0803

Definition at line 338 of file Exception.php.

◆ WRONG_FONT_TYPE

const WRONG_FONT_TYPE = 0x0301

The font file type is incorrect.

Definition at line 221 of file Exception.php.

◆ WRONG_IMAGE_TYPE

const WRONG_IMAGE_TYPE = 0x0802

Definition at line 337 of file Exception.php.


The documentation for this class was generated from the following file: