net.grinder.script
Class NoSuchStatisticException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.grinder.common.GrinderException
net.grinder.script.NoSuchStatisticException
- All Implemented Interfaces:
- Serializable
public class NoSuchStatisticException
- extends GrinderException
Exception thrown if the requested statistic does not exist.
- 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 |
NoSuchStatisticException
public NoSuchStatisticException(String s)
- Creates a new
NoSuchStatisticException instance.
- Parameters:
s - Exception message.
Copyright © 2000-2013. All Rights Reserved.