Home | History | Annotate | Download | only in text

Lines Matching defs:IllegalArgumentException

639      * @exception IllegalArgumentException Thrown if char32 is a invalid codepoint.
643 throw new IllegalArgumentException("Illegal codepoint");
976 * @exception IllegalArgumentException Thrown when char32 does not lie within the range of the Unicode codepoints
981 throw new IllegalArgumentException("Illegal codepoint: " + Integer.toHexString(char32));
1001 * @throws IllegalArgumentException If cp is not a valid code point
1014 * @exception IllegalArgumentException Thrown if there is not enough space for the append, or when char32 does not
1020 throw new IllegalArgumentException("Illegal codepoint");
1478 throw new IllegalArgumentException("Argument char32 is not a valid codepoint");
1577 throw new IllegalArgumentException("Argument char32 is not a valid codepoint");
1677 throw new IllegalArgumentException("Argument char32 is not a valid codepoint");
1786 throw new IllegalArgumentException("Argument char32 is not a valid codepoint");
1901 throw new IllegalArgumentException("Argument oldChar32 is not a valid codepoint");
1904 throw new IllegalArgumentException("Argument newChar32 is not a valid codepoint");
2204 * @throws IllegalArgumentException If an invalid code point is encountered
2209 throw new IllegalArgumentException();
2216 throw new IllegalArgumentException();
2283 * @throws IllegalArgumentException If foldcaseoption is out of range
2289 throw new IllegalArgumentException("Invalid fold case option");
2348 throw new IllegalArgumentException("Invalid fold case option");