Searched refs:MalformedInputException (Results 1 – 17 of 17) 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()
22 import java.nio.charset.MalformedInputException;242 } catch (MalformedInputException ex) { in testThrowException()
24 import java.nio.charset.MalformedInputException;
27 import java.nio.charset.MalformedInputException;123 } catch (MalformedInputException e) { in testEncodeMapping()
27 import java.nio.charset.MalformedInputException;252 } catch (MalformedInputException e) { in testDecodeByteBufferException()
27 import java.nio.charset.MalformedInputException;641 } catch (MalformedInputException e) { in testEncodeCharBufferException()
37 public class MalformedInputException class50 public MalformedInputException(int inputLength) { in MalformedInputException() method in MalformedInputException
274 case CR_MALFORMED: throw new MalformedInputException(length); in throwException()
822 * @throws MalformedInputException
36 import java.nio.charset.MalformedInputException;184 @Test(dataProvider = "illegalInput", expectedExceptions = MalformedInputException.class)200 @Test(dataProvider = "illegalOutput", expectedExceptions = MalformedInputException.class)
48 import java.nio.charset.MalformedInputException;
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()
463 "ojluni/src/main/java/java/nio/charset/MalformedInputException.java",
452 …java/nio/charset/MalformedInputException.java,jdk11u/jdk-11.0.13-ga,src/java.base/share/classes/ja…
7195 public class MalformedInputException extends java.nio.charset.CharacterCodingException {7196 ctor public MalformedInputException(int);