net.grinder.script
Class NoSuchStatisticException

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

Constructor Summary
NoSuchStatisticException(String s)
          Creates a new NoSuchStatisticException 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

NoSuchStatisticException

public NoSuchStatisticException(String s)
Creates a new NoSuchStatisticException instance.

Parameters:
s - Exception message.


Copyright © 2000-2013. All Rights Reserved.