\Exception
Synopsis
class Exception
{
- // methods
- public void __construct()
- public final string getMessage()
- public final Exception getPrevious()
- public final mixed getCode()
- public final string getFile()
- public final int getLine()
- public final array getTrace()
- public final string getTraceAsString()
- public string __toString()
- final void __clone()
Hierarchy
Extended by
- SeleniumClient\WebDriverWaitTimeoutException
- SeleniumClient\EmptyValueException
- SeleniumClient\NotStringException
- SeleniumClient\NotIntException
- SeleniumClient\NotBooleanException
- SeleniumClient\DirectoryNotFoundException
- SeleniumClient\FileNotFoundException
- SeleniumClient\Http\SeleniumInvalidRequestException
- SeleniumClient\Http\SeleniumUnimplementedCommandException
- SeleniumClient\Http\SeleniumInvalidCommandMethodException
- SeleniumClient\Http\SeleniumMissingCommandParametersException
- SeleniumClient\Http\SeleniumFailedCommandException
- SeleniumClient\Http\SeleniumNoSuchElementException
- SeleniumClient\Http\SeleniumNoSuchFrameException
- SeleniumClient\Http\SeleniumUnknownCommandException
- SeleniumClient\Http\SeleniumStaleElementReferenceException
- SeleniumClient\Http\SeleniumElementNotVisibleException
- SeleniumClient\Http\SeleniumInvalidElementStateException
- SeleniumClient\Http\SeleniumUnknownErrorException
- SeleniumClient\Http\SeleniumElementIsNotSelectableException
- SeleniumClient\Http\SeleniumJavaScriptErrorException
- SeleniumClient\Http\SeleniumXPathLookupErrorException
- SeleniumClient\Http\SeleniumTimeoutException
- SeleniumClient\Http\SeleniumNoSuchWindowException
- SeleniumClient\Http\SeleniumInvalidCookieDomainException
- SeleniumClient\Http\SeleniumUnableToSetCookieException
- SeleniumClient\Http\SeleniumUnexpectedAlertOpenException
- SeleniumClient\Http\SeleniumNoAlertOpenErrorException
- SeleniumClient\Http\SeleniumScriptTimeoutException
- SeleniumClient\Http\SeleniumInvalidElementCoordinatesException
- SeleniumClient\Http\SeleniumIMENotAvailableException
- SeleniumClient\Http\SeleniumIMEEngineActivationFailedException
- SeleniumClient\Http\SeleniumInvalidSelectorException
- phpmailerException
- LogException
- JDatabaseException
- JException
- Joomla\DI\Exception\DependencyResolutionException
Members
protected
- $code
—
int
The exception code - $file
—
string
The filename where the exception was created - $line
—
int
The line where the exception was created - $message
—
string
The exception message
Methods
public
- __construct() — Construct the exception
- __toString() — String representation of the exception
- getCode() — Gets the Exception code
- getFile() — Gets the file in which the exception occurred
- getLine() — Gets the line in which the exception occurred
- getMessage() — Gets the Exception message
- getPrevious() — Returns previous Exception
- getTrace() — Gets the stack trace
- getTraceAsString() — Gets the stack trace as a string