public class ConvertException extends Exception
| Constructor and Description |
|---|
ConvertException()
Deprecated.
UNIT TEST ONLY
|
ConvertException(String value,
String type)
Instantiates a new convert exception.
|
ConvertException(String value,
String type,
Throwable cause)
Instantiates a new convert exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConvertException(String value, String type)
value - the valuetype - the typepublic ConvertException(String value, String type, Throwable cause)
value - the valuetype - the typecause - the cause@Deprecated public ConvertException()
Copyright © 1998-2021 Apache Software Foundation. All Rights Reserved.