Note that the default message is an empty string, and the default code is zero
Exception Sınıfı
Giriş
Exception tüm istisnalar için temel sınıftır.
Sınıf Sözdizimi
Exception
Exception
{
/* Özellikler */
/* Yöntemler */
}Özellikler
- message
-
İstisna iletisi.
- string
-
İstisnanın yerleşik ismi.
- code
-
İstisna kodu.
- file
-
İstisnanın oluştuğu dosyanın ismi.
- line
-
İstisnanın oluştuğu satırın numarası.
- trace
-
İstisnanın yığıt izi.
İçindekiler
- Exception::__construct — İstisna oluşturur
- Exception::getMessage — İstisna iletisi ile döner
- Exception::getPrevious — Önceki istisnayı döndürür
- Exception::getCode — İstisnanın numarası ile döner
- Exception::getFile — İstisnanın oluştuğu dosyanın adı ile döner
- Exception::getLine — İstisnanın oluştuğu satırın numarası ile döner
- Exception::getTrace — Yığıt iziyle döner
- Exception::getTraceAsString — Yığıt izini bir dizge olarak döndürür
- Exception::__toString — İstisnanın dizgesel gösterimiyle döner
- Exception::__clone — İstisna kopyası
Exception
taras dot dot dot di at gmail dot com
22-Jul-2008 11:08
22-Jul-2008 11:08
