Package com.ibm.icu.impl.locale
Class ParseStatus
- java.lang.Object
-
- com.ibm.icu.impl.locale.ParseStatus
-
public class ParseStatus extends Object
-
-
Constructor Summary
Constructors Constructor Description ParseStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrorIndex()StringgetErrorMessage()intgetParseLength()booleanisError()voidreset()
-
-
-
Method Detail
-
reset
public void reset()
-
isError
public boolean isError()
-
getErrorIndex
public int getErrorIndex()
-
getParseLength
public int getParseLength()
-
getErrorMessage
public String getErrorMessage()
-
-