The RarException classIntroductionThis class serves two purposes: it is the type of the exceptions thrown by the RAR extension functions and methods and it allows, through static methods to query and define the error behaviour of the extension, i.e., whether exceptions are thrown or only warnings are emitted. The following error codes are used:
Class synopsisRarException
final
class RarException
extends
Exception
{
/* Methods */
public static bool isUsingExceptions()
public static void setUsingExceptions(bool
$using_exceptions )/* Inherited methods */
final public string Exception::getMessage()
final public Throwablenull Exception::getPrevious()
final public int Exception::getCode()
final public string Exception::getFile()
final public int Exception::getLine()
final public array Exception::getTrace()
final public string Exception::getTraceAsString()
public string Exception::__toString()
private void Exception::__clone()
}
|