Class ParsingErrorProxy
- java.lang.Object
-
- org.openforis.collect.manager.referencedataimport.proxy.ParsingErrorProxy
-
- All Implemented Interfaces:
Proxy
- Direct Known Subclasses:
DataParsingErrorProxy
public class ParsingErrorProxy extends Object implements Proxy
- Author:
- S. Ricci
-
-
Constructor Summary
Constructors Constructor Description ParsingErrorProxy(ParsingError error)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static List<ParsingErrorProxy>fromList(List<ParsingError> items)String[]getColumns()ParsingError.ErrorTypegetErrorType()StringgetMessage()String[]getMessageArgs()longgetRow()
-
-
-
Constructor Detail
-
ParsingErrorProxy
public ParsingErrorProxy(ParsingError error)
-
-
Method Detail
-
fromList
public static List<ParsingErrorProxy> fromList(List<ParsingError> items)
-
getErrorType
public ParsingError.ErrorType getErrorType()
-
getRow
public long getRow()
-
getColumns
public String[] getColumns()
-
getMessage
public String getMessage()
-
getMessageArgs
public String[] getMessageArgs()
-
-