1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Класс Exception
Граф наследования:Exception:
SystemException ConnectionException SqlException NonLoggedExceptionDecorator Exception AccessDeniedException NotCompletedException SqlQueryException TransactionException NodeIncorrectException NodeNotFoundException DuplicateEntryException

Открытые члены

 __construct ($message="", $databaseMessage="", \Throwable $previous=null)
 getDatabaseMessage ()
Открытые члены унаследованные от SystemException
 __construct ($message="", $code=0, $file="", $line=0, \Throwable $previous=null)

Защищенные данные

 $databaseMessage

Подробное описание

См. определение в файле exception.php строка 10

Конструктор(ы)

◆ __construct()

__construct ( $message = "",
$databaseMessage = "",
\Throwable $previous = null )
Аргументы
string$messageApplication message.
string$databaseMessageDatabase reason.
\Throwable  |  null$previousThe previous exception used for the exception chaining.

Переопределяется в ConnectionException и SqlException.

См. определение в файле exception.php строка 20

Методы

◆ getDatabaseMessage()

getDatabaseMessage ( )

Returns database specific message provided to the constructor.

Возвращает
string

См. определение в файле exception.php строка 37

Поля

◆ $databaseMessage

$databaseMessage
protected

См. определение в файле exception.php строка 13


Объявления и описания членов класса находятся в файле: