blob: fa5959ed66131d4c4a17d49a011cbcbf09238e96 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
// ? 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
/*
*******************************************************************************
* Copyright (C) 2009-2012, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
package android.icu.util;
@SuppressWarnings({"unchecked", "deprecation", "all"})
public class IllformedLocaleException extends java.lang.RuntimeException {
public IllformedLocaleException() { throw new RuntimeException("Stub!"); }
public IllformedLocaleException(java.lang.String message) { throw new RuntimeException("Stub!"); }
public IllformedLocaleException(java.lang.String message, int errorIndex) { throw new RuntimeException("Stub!"); }
public int getErrorIndex() { throw new RuntimeException("Stub!"); }
}