com.opera.core.systems.scope.exceptions
Class FatalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openqa.selenium.WebDriverException
                  extended by com.opera.core.systems.scope.exceptions.FatalException
All Implemented Interfaces:
Serializable

public class FatalException
extends org.openqa.selenium.WebDriverException

Exception that is used when failing to start opera or the STP connection during early phases of initializations.

Author:
Jan Vidar Krey
See Also:
Serialized Form

Constructor Summary
FatalException()
          Creates a new instance of FatalException without detail message.
FatalException(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

FatalException

public FatalException()
Creates a new instance of FatalException without detail message.


FatalException

public FatalException(String msg)
Constructs an instance of FatalException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2012. All Rights Reserved.