com.opera.core.systems.runner
Class OperaRunnerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.opera.core.systems.runner.OperaRunnerException
All Implemented Interfaces:
Serializable

public class OperaRunnerException
extends RuntimeException

Used whenever the runner implementation has problems. We are _not_ supposed to fix launcher problems. Just pass them upwards.

Author:
Anders Oredsson
See Also:
Serialized Form

Constructor Summary
OperaRunnerException(Exception e)
           
OperaRunnerException(String message)
           
OperaRunnerException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

OperaRunnerException

public OperaRunnerException(Exception e)

OperaRunnerException

public OperaRunnerException(String message)

OperaRunnerException

public OperaRunnerException(String message,
                            Throwable cause)


Copyright © 2012. All Rights Reserved.