Package org.apache.jmeter.report.core
Class ConvertException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jmeter.report.core.ConvertException
- All Implemented Interfaces:
Serializable
The class ConvertException provides an exception when
ConvertStringMethod.execute fails.
- Since:
- 3.0
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.UNIT TEST ONLYConvertException
(String value, String type) Instantiates a new convert exception.ConvertException
(String value, String type, Throwable cause) Instantiates a new convert exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConvertException
Instantiates a new convert exception.- Parameters:
value
- the valuetype
- the type
-
ConvertException
Instantiates a new convert exception.- Parameters:
value
- the valuetype
- the typecause
- the cause
-
ConvertException
Deprecated.UNIT TEST ONLYDO NOT USE - UNIT TEST ONLY
-