Note that the default message is an empty string, and the default code is zero
Exception
Введение
Exception - это базовый класс для всех исключений.
Class synopsis
Exception
Exception
{
/* Свойства */
/* Методы */
}Свойства
- message
-
Текст исключения
- string
-
Имя исключения
- code
-
Код исключения
- file
-
Имя файла, где было вызвано исключение
- line
-
Номер строки, где было вызвано исключение
- trace
-
Стэк трэйс
Содержание
- Exception::__construct — Construct the exception
- Exception::getMessage — Gets the Exception message
- Exception::getCode — Gets the Exception code
- Exception::getFile — Gets the file in which the exception occurred
- Exception::getLine — Gets the line in which the exception occurred
- Exception::getTrace — Gets the stack trace
- Exception::getTraceAsString — Gets the stack trace as a string
- Exception::__toString — String representation of the exception
- Exception::__clone — Clone the exception
Exception
taras dot dot dot di at gmail dot com
22-Jul-2008 12:08
22-Jul-2008 12:08
