public class ConvertException
extends java.lang.Exception
| Constructor and Description |
|---|
ConvertException()
Deprecated.
UNIT TEST ONLY
|
ConvertException(java.lang.String value,
java.lang.String type)
Instantiates a new convert exception.
|
ConvertException(java.lang.String value,
java.lang.String type,
java.lang.Throwable cause)
Instantiates a new convert exception.
|
public ConvertException(java.lang.String value,
java.lang.String type)
value - the valuetype - the typepublic ConvertException(java.lang.String value,
java.lang.String type,
java.lang.Throwable cause)
value - the valuetype - the typecause - the cause@Deprecated public ConvertException()
Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.