public class ParseErrorArgs extends Object
Provides data for the ParseErrorCallback
delegate.
Modifier and Type | Method and Description |
---|---|
RuntimeException |
getException()
Gets the raised exception during parsing string value.
|
Class |
getFieldClass()
The object field class.
|
String |
getFieldName()
Gets the object field name.
|
String |
getInvalidValue()
Gets the string value which raised an exception.
|
public final RuntimeException getException()
Gets the raised exception during parsing string value.
public final String getFieldName()
Gets the object field name.
public final String getInvalidValue()
Gets the string value which raised an exception.
public Class getFieldClass()
The object field class.