Apache JMeter

org.apache.jmeter.util
Class TidyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.jmeter.util.TidyException
All Implemented Interfaces:
Serializable

public class TidyException
extends Exception

Class for reporting errors when running Tidy.

See Also:
Serialized Form

Constructor Summary
TidyException()
           
TidyException(int errors, int warnings)
           
 
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

TidyException

public TidyException()

TidyException

public TidyException(int errors,
                     int warnings)

Apache JMeter

Copyright © 1998-2013 Apache Software Foundation. All Rights Reserved.