com.opera.core.systems.runner
Class OperaRunnerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OperaRunnerException
public OperaRunnerException(Exception e)
OperaRunnerException
public OperaRunnerException(String message)
OperaRunnerException
public OperaRunnerException(String message,
Throwable cause)
Copyright © 2012. All Rights Reserved.