2 *******************************************************************************
3 * Copyright (C) 2009-2011, International Business Machines Corporation and *
4 * others. All Rights Reserved. *
5 *******************************************************************************
7 package com.ibm.icu.impl.locale;
9 public class LocaleSyntaxException extends Exception {
11 private static final long serialVersionUID = 1L;
13 private int _index = -1;
15 public LocaleSyntaxException(String msg) {
19 public LocaleSyntaxException(String msg, int errorIndex) {
24 public int getErrorIndex() {