Exception
Exception
&reftitle.intro;
Exception ist die Basisklasse für
alle Benutzer-Exceptions.
&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
Die Exceptionmeldung
code
Die Fehlernummer der Exception
file
Der Name der Datei, in der die Exception erzeugt wurde
line
Die Zeile, in der die Exception ausgelöst wurde
previous
Die zuvor ausgelöste Exception
string
Die String-Darstellung des Stacktraces
trace
Der Stacktrace als Array
&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;