diff --git a/language/predefined/exception/getprevious.xml b/language/predefined/exception/getprevious.xml new file mode 100644 index 0000000000..79acb1e9ff --- /dev/null +++ b/language/predefined/exception/getprevious.xml @@ -0,0 +1,56 @@ + + + + + + Exception::getPrevious + Returns previous Exception + + + + &reftitle.description; + + final public ExceptionException::getPrevious + + + + Returns previous Exception (the third parameter of Exception constructor). + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + Returns the previous Exception if available or &null; otherwise. + + + + + + +