net.grinder.engine.common
Class EngineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.grinder.common.GrinderException
              extended by 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

Constructor Summary
EngineException(String s)
          Creates a new EngineException instance.
EngineException(String s, Throwable t)
          Creates a new EngineException instance.
 
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

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.