Package com.ibm.icu.impl.locale
Class LocaleSyntaxException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.icu.impl.locale.LocaleSyntaxException
-
- All Implemented Interfaces:
java.io.Serializable
public class LocaleSyntaxException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private int
_index
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description LocaleSyntaxException(java.lang.String msg)
LocaleSyntaxException(java.lang.String msg, int errorIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getErrorIndex()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
_index
private int _index
-
-