Searched refs:MalformedInputException (Results 1 – 11 of 11) sorted by relevance
21 import java.nio.charset.MalformedInputException;34 MalformedInputException ex = new MalformedInputException(3); in testConstructor()40 ex = new MalformedInputException(-3); in testConstructor()45 ex = new MalformedInputException(0); in testConstructor()60 MalformedInputException initEx = (MalformedInputException) initial;61 MalformedInputException desrEx = (MalformedInputException) deserialized;73 SerializationTest.verifySelf(new MalformedInputException(11), in testSerializationSelf()82 SerializationTest.verifyGolden(this, new MalformedInputException(11), in testSerializationCompatibility()
30 import java.nio.charset.MalformedInputException;98 } catch (MalformedInputException e) { in test_decode()261 } catch (MalformedInputException expected) { in testInvalidDecoding()274 } catch (MalformedInputException expected) { in testInvalidDecoding()
24 import java.nio.charset.MalformedInputException;
27 import java.nio.charset.MalformedInputException;123 } catch (MalformedInputException e) { in testEncodeMapping()
26 import java.nio.charset.MalformedInputException;249 } catch (MalformedInputException e) { in testDecodeByteBufferException()
26 import java.nio.charset.MalformedInputException;638 } catch (MalformedInputException e) { in testEncodeCharBufferException()
37 public class MalformedInputException class50 public MalformedInputException(int inputLength) { in MalformedInputException() method in MalformedInputException
281 case CR_MALFORMED: throw new MalformedInputException(length); in throwException()
32 import java.nio.charset.MalformedInputException;388 } catch (MalformedInputException e) { in test_read_1()
35 import java.nio.charset.MalformedInputException;1096 } catch (MalformedInputException expected) {} in test_newBufferedReader$Path$Charset()
445 "ojluni/src/main/java/java/nio/charset/MalformedInputException.java",