net.grinder.common
Class GrinderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.