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 SummaryConstructorsConstructorDescriptionDeprecated.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 SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ConvertExceptionInstantiates a new convert exception.- Parameters:
- value- the value
- type- the type
 
- 
ConvertExceptionInstantiates a new convert exception.- Parameters:
- value- the value
- type- the type
- cause- the cause
 
- 
ConvertExceptionDeprecated.UNIT TEST ONLYDO NOT USE - UNIT TEST ONLY
 
-