hudson.plugins.grinder
Class GrinderParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by hudson.plugins.grinder.GrinderParseException
All Implemented Interfaces:
java.io.Serializable

public class GrinderParseException
extends java.lang.RuntimeException

Exception used to show Grinder parsing has failed.

Author:
Eivind B Waaler
See Also:
Serialized Form

Constructor Summary
GrinderParseException(java.lang.String msg)
           
GrinderParseException(java.lang.String msg, java.lang.Exception e)
           
 
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

GrinderParseException

public GrinderParseException(java.lang.String msg,
                             java.lang.Exception e)

GrinderParseException

public GrinderParseException(java.lang.String msg)


Copyright © 2009. All Rights Reserved.