blob: 69c1b20a383be2851d9f03646936217b2f2641ee [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) 2003-2014, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
package android.icu.text;
@SuppressWarnings({"unchecked", "deprecation", "all"})
public class StringPrepParseException extends java.text.ParseException {
public StringPrepParseException(java.lang.String message, int error) { super(null, 0); throw new RuntimeException("Stub!"); }
public StringPrepParseException(java.lang.String message, int error, java.lang.String rules, int pos) { super(null, 0); throw new RuntimeException("Stub!"); }
public StringPrepParseException(java.lang.String message, int error, java.lang.String rules, int pos, int lineNumber) { super(null, 0); throw new RuntimeException("Stub!"); }
public boolean equals(java.lang.Object other) { throw new RuntimeException("Stub!"); }
public int hashCode() { throw new RuntimeException("Stub!"); }
public java.lang.String toString() { throw new RuntimeException("Stub!"); }
public int getError() { throw new RuntimeException("Stub!"); }
public static final int ACE_PREFIX_ERROR = 6; // 0x6
public static final int BUFFER_OVERFLOW_ERROR = 9; // 0x9
public static final int CHECK_BIDI_ERROR = 4; // 0x4
public static final int DOMAIN_NAME_TOO_LONG_ERROR = 11; // 0xb
public static final int ILLEGAL_CHAR_FOUND = 1; // 0x1
public static final int INVALID_CHAR_FOUND = 0; // 0x0
public static final int LABEL_TOO_LONG_ERROR = 8; // 0x8
public static final int PROHIBITED_ERROR = 2; // 0x2
public static final int STD3_ASCII_RULES_ERROR = 5; // 0x5
public static final int UNASSIGNED_ERROR = 3; // 0x3
public static final int VERIFICATION_ERROR = 7; // 0x7
public static final int ZERO_LENGTH_LABEL = 10; // 0xa
}