ParseErrorArgs
Inheritance: java.lang.Object
public class ParseErrorArgs
Provides data for the ParseErrorCallback delegate.
Methods
Method | Description |
---|---|
getException() | Gets the raised exception during parsing string value. |
getFieldClass() | The object field class. |
getFieldName() | Gets the object field name. |
getInvalidValue() | Gets the string value which raised an exception. |
getException()
public final RuntimeException getException()
Gets the raised exception during parsing string value.
Returns: java.lang.RuntimeException - the raised exception during parsing string value.
getFieldClass()
public Class getFieldClass()
The object field class.
Returns: java.lang.Class - returns the object field class.
getFieldName()
public final String getFieldName()
Gets the object field name.
Returns: java.lang.String - the object field name.
getInvalidValue()
public final String getInvalidValue()
Gets the string value which raised an exception.
Returns: java.lang.String - the string value which raised an exception.