Exception
Exception
&reftitle.intro;
Exception は、
すべてのユーザー例外の基底クラスです。
&reftitle.classsynopsis;
Exception
implements
Throwable
&Properties;
protected
string
message
""
private
string
string
""
protected
int
code
protected
string
file
""
protected
int
line
private
array
trace
[]
private
Throwablenull
previous
null
&Methods;
&reftitle.properties;
message
例外メッセージ
code
例外コード
file
例外が作られたファイル名
line
例外が作られた行
previous
直前にスローされた例外
string
スタックトレースを示す文字列
trace
スタックトレースを示す配列
&language.predefined.exception.construct;
&language.predefined.exception.getmessage;
&language.predefined.exception.getprevious;
&language.predefined.exception.getcode;
&language.predefined.exception.getfile;
&language.predefined.exception.getline;
&language.predefined.exception.gettrace;
&language.predefined.exception.gettraceasstring;
&language.predefined.exception.tostring;
&language.predefined.exception.clone;