com.ibm.icu.text
public class StringPrepParseException extends ParseException
UNKNOWN: ICU 2.8
Field Summary | |
---|---|
static int | ACE_PREFIX_ERROR |
static int | BUFFER_OVERFLOW_ERROR |
static int | CHECK_BIDI_ERROR |
static int | ILLEGAL_CHAR_FOUND |
static int | INVALID_CHAR_FOUND |
static int | LABEL_TOO_LONG_ERROR |
static int | PROHIBITED_ERROR |
static int | STD3_ASCII_RULES_ERROR |
static int | UNASSIGNED_ERROR |
static int | VERIFICATION_ERROR |
static int | ZERO_LENGTH_LABEL |
Constructor Summary | |
---|---|
StringPrepParseException(String message, int error)
Construct a ParseException object with the given message
and error code
| |
StringPrepParseException(String message, int error, String rules, int pos)
Construct a ParseException object with the given message and
error code
| |
StringPrepParseException(String message, int error, String rules, int pos, int lineNumber)
Construct a ParseException object with the given message and error code
|
Method Summary | |
---|---|
boolean | equals(Object other)
Compare this ParseException to another and evaluate if they are equal.
|
String | toString()
Returns the position of error in the rules string
|
UNKNOWN: ICU 2.8
UNKNOWN: ICU 2.8
UNKNOWN: ICU 2.8
UNKNOWN: ICU 2.8
UNKNOWN: ICU 2.8
UNKNOWN: ICU 2.8
UNKNOWN: ICU 2.8
UNKNOWN: ICU 2.8
UNKNOWN: ICU 2.8
UNKNOWN: ICU 2.8
UNKNOWN: ICU 2.2
Parameters: message A string describing the type of error that occurred error The error that has occurred
UNKNOWN: ICU 2.8
Parameters: message A string describing the type of error that occurred error The error that has occurred rules The input rules string pos The position of error in the rules string
UNKNOWN: ICU 2.8
Parameters: message A string describing the type of error that occurred error The error that has occurred rules The input rules string pos The position of error in the rules string lineNumber The line number at which the error has occurred. If the parse engine is not using this field, it should set it to zero. Otherwise it should be a positive integer. The default value of this field is -1. It will be set to 0 if the code populating this struct is not using line numbers.
UNKNOWN: ICU 2.8
Parameters: other The exception that this object should be compared to
Returns: true if the objects are equal, false if unequal
UNKNOWN: ICU 2.8
Returns: String
UNKNOWN: ICU 2.8