Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Additional Inherited Members | |
![]() | |
__construct ($msg='', $code=0, Exception $previous=null) | |
__call ($method, array $args) | |
__toString () | |
![]() | |
_getPrevious () | |
Definition at line 51 of file Exception.php.
const BAD_ATTRIBUTE_VALUE = 0x0701 |
The specified attribute value for the text object cannot be used.
Definition at line 331 of file Exception.php.
const BAD_DATA_SOURCE = 0x0201 |
The file parser data source object was invalid or improperly initialized.
Definition at line 186 of file Exception.php.
const BAD_FILE_PATH = 0x0101 |
The file path was unusable or invalid.
Definition at line 109 of file Exception.php.
const BAD_FIXED_POINT_SIZE = 0x0204 |
An invalid fixed-point number size was specified.
Definition at line 201 of file Exception.php.
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.
const BAD_MAGIC_NUMBER = 0x0304 |
The magic number in the font file is incorrect.
Definition at line 241 of file Exception.php.
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.
const BAD_PARAMETER_TYPE = 0x0004 |
A parameter was of the wrong data type.
Definition at line 79 of file Exception.php.
const BAD_PARAMETER_VALUE = 0x0005 |
A parameter contained an unusable value.
Definition at line 84 of file Exception.php.
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.
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.
const CANT_DETERMINE_IMAGE_TYPE = 0x0801 |
Definition at line 336 of file Exception.php.
const CANT_FIND_GOOD_CMAP = 0x0305 |
Could not locate a usable character map for this font.
Definition at line 246 of file Exception.php.
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.
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.
const CANT_OPEN_FILE = 0x0105 |
An error was encountered while attempting to open the file.
Definition at line 129 of file Exception.php.
const CANT_READ_STRING = 0x0205 |
The string cannot be read.
Definition at line 206 of file Exception.php.
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.
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.
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.
const CMAP_TABLE_DATA_TOO_SMALL = 0x0403 |
The character map table data is too small.
Definition at line 265 of file Exception.php.
const CMAP_TYPE_UNSUPPORTED = 0x0401 |
The character map type is currently unsupported.
Definition at line 255 of file Exception.php.
const CMAP_UNKNOWN_TYPE = 0x0402 |
The type of the character map is not understood.
Definition at line 260 of file Exception.php.
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.
const CMAP_WRONG_TABLE_LENGTH = 0x0405 |
The character map table data contains in incorrect length.
Definition at line 275 of file Exception.php.
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.
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.
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.
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.
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.
const FILE_NOT_OPEN = 0x0104 |
The file resource has been closed unexpectedly.
Definition at line 124 of file Exception.php.
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.
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.
const IMAGE_FILE_CORRUPT = 0x0804 |
Definition at line 339 of file Exception.php.
const INDEX_OUT_OF_RANGE = 0x0008 |
An array or string index was out of range.
Definition at line 100 of file Exception.php.
const INSUFFICIENT_DATA = 0x010e |
There is insufficient data to fulfill the read request.
Definition at line 177 of file Exception.php.
const INVALID_BYTE_ORDER = 0x0202 |
An unknown byte order was specified.
Definition at line 191 of file Exception.php.
const INVALID_INTEGER_SIZE = 0x0203 |
An invalid integer size was specified.
Definition at line 196 of file Exception.php.
const INVALID_PAGE_SIZE = 0x010d |
An incompatible page size was specified for a buffered read operation.
Definition at line 172 of file Exception.php.
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.
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.
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.
const NOT_READABLE = 0x0102 |
The file is not readable by the current user.
Definition at line 114 of file Exception.php.
const NOT_WRITEABLE = 0x0103 |
The file is not writeable by the current user.
Definition at line 119 of file Exception.php.
const PARAMETER_VALUE_OUT_OF_RANGE = 0x0006 |
A parameter value was not within the expected range.
Definition at line 89 of file Exception.php.
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.
const REQUIRED_TABLE_NOT_FOUND = 0x0303 |
A required table was not present in the font.
Definition at line 231 of file Exception.php.
const TOO_FEW_PARAMETERS = 0x0003 |
Not enough paramaters were supplied to the method.
Definition at line 74 of file Exception.php.
const UNSUPPORTED_IMAGE_ENCODING_OPTIONS = 0x0803 |
Definition at line 338 of file Exception.php.
const WRONG_FONT_TYPE = 0x0301 |
The font file type is incorrect.
Definition at line 221 of file Exception.php.
const WRONG_IMAGE_TYPE = 0x0802 |
Definition at line 337 of file Exception.php.