public class ParseErrorArgs extends Object
Provides data for the ParseErrorCallback
delegate.
Modifier and Type | Method and Description |
---|---|
RuntimeException |
getException()
The raised exception during parsing string value.
|
Class |
getFieldClass()
The object field class.
|
String |
getFieldName()
The object field name.
|
String |
getInvalidValue()
The string value which raised an exception.
|
public RuntimeException getException()
The raised exception during parsing string value.
public Class getFieldClass()
The object field class.
public String getFieldName()
The object field name.
public String getInvalidValue()
The string value which raised an exception.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.