Class ConvertException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jmeter.report.core.ConvertException
All Implemented Interfaces:
Serializable

public class ConvertException extends Exception
The class ConvertException provides an exception when ConvertStringMethod.execute fails.
Since:
3.0
See Also:
  • Constructor Details

    • ConvertException

      public ConvertException(String value, String type)
      Instantiates a new convert exception.
      Parameters:
      value - the value
      type - the type
    • ConvertException

      public ConvertException(String value, String type, Throwable cause)
      Instantiates a new convert exception.
      Parameters:
      value - the value
      type - the type
      cause - the cause
    • ConvertException

      @Deprecated public ConvertException()
      Deprecated.
      UNIT TEST ONLY
      DO NOT USE - UNIT TEST ONLY