|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
com.opera.core.systems.scope.exceptions.FatalException
public class FatalException
Exception that is used when failing to start opera or the STP connection during eary phases of initializations.
| Constructor Summary | |
|---|---|
FatalException()
Creates a new instance of FatalException without detail message. |
|
FatalException(java.lang.String msg)
Constructs an instance of FatalException with the specified detail message. |
|
| Method Summary |
|---|
| Methods inherited from class org.openqa.selenium.WebDriverException |
|---|
getBuildInformation, getDriverInformation, getDriverName, getMessage, getSupportUrl, getSystemInformation |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FatalException()
FatalException without detail message.
public FatalException(java.lang.String msg)
FatalException with the specified detail message.
msg - the detail message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||