Searched refs:UnmappableCharacterException (Results 1 – 9 of 9) sorted by relevance
21 import java.nio.charset.UnmappableCharacterException;34 UnmappableCharacterException ex = new UnmappableCharacterException(3); in testConstructor()40 ex = new UnmappableCharacterException(-3); in testConstructor()45 ex = new UnmappableCharacterException(0); in testConstructor()61 UnmappableCharacterException initEx = (UnmappableCharacterException) initial;62 UnmappableCharacterException desrEx = (UnmappableCharacterException) deserialized;74 SerializationTest.verifySelf(new UnmappableCharacterException(11), in testSerializationSelf()83 SerializationTest.verifyGolden(this, new UnmappableCharacterException( in testSerializationCompatibility()
25 import java.nio.charset.UnmappableCharacterException;89 } catch (UnmappableCharacterException e) { in testMultiStepEncode()
23 import java.nio.charset.UnmappableCharacterException;248 } catch (UnmappableCharacterException ex) { in testThrowException()
28 import java.nio.charset.UnmappableCharacterException;82 } catch (UnmappableCharacterException e) { in testMultiStepEncode()116 } catch (UnmappableCharacterException e) { in testEncodeMapping()
27 import java.nio.charset.UnmappableCharacterException;273 } catch (UnmappableCharacterException e) { in testDecodeByteBufferException()
27 import java.nio.charset.UnmappableCharacterException;663 } catch (UnmappableCharacterException e) { in testEncodeCharBufferException()
37 public class UnmappableCharacterException class50 public UnmappableCharacterException(int inputLength) { in UnmappableCharacterException() method in UnmappableCharacterException
282 case CR_UNMAPPABLE: throw new UnmappableCharacterException(length); in throwException()
440 "ojluni/src/main/java/java/nio/charset/UnmappableCharacterException.java",