net.grinder.common
Class GrinderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.grinder.common.GrinderException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbstractMainClass.LoggedInitialisationException, BooleanProperty.PropertyException, CancelledBarrierException, CommunicationException, ConsoleConnectionException, ConsoleException, EngineException, FileContents.FileContentsException, GrinderProperties.PersistenceException, InvalidContextException, JVM.VersionException, NonInstrumentableTypeException, NoSuchStatisticException, NotWrappableTypeException, PluginException, Sleeper.ShutdownException, SSLContextFactory.SSLContextFactoryException, StatisticsException, WeavingException

public abstract class GrinderException
extends Exception

Base exception class for The Grinder.

Author:
Philip Aston
See Also:
Serialized Form

Constructor Summary
GrinderException(String message)
          Constructor.
GrinderException(String message, Throwable cause)
          Constructor.
 
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

GrinderException

public GrinderException(String message)
Constructor.

Parameters:
message - Helpful message.

GrinderException

public GrinderException(String message,
                        Throwable cause)
Constructor.

Parameters:
message - Helpful message.
cause - A nested Throwable


Copyright © 2000-2013. All Rights Reserved.