net.grinder.engine.common
Class EngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.grinder.common.GrinderException
net.grinder.engine.common.EngineException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ScriptExecutionException
public class EngineException
- extends GrinderException
Base for exceptions thrown by the engine.
- Author:
- Philip Aston
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EngineException
public EngineException(String s)
- Creates a new
EngineException instance.
- Parameters:
s - Message.
EngineException
public EngineException(String s,
Throwable t)
- Creates a new
EngineException instance.
- Parameters:
s - Message.t - Nested Throwable.
Copyright © 2000-2013. All Rights Reserved.