Home
last modified time | relevance | path

Searched refs:MalformedInputException (Results 1 – 17 of 17) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
DMalformedInputExceptionTest.java21 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()
DCharsetDecoder2Test.java30 import java.nio.charset.MalformedInputException;
98 } catch (MalformedInputException e) { in test_decode()
261 } catch (MalformedInputException expected) { in testInvalidDecoding()
274 } catch (MalformedInputException expected) { in testInvalidDecoding()
DCoderResultTest.java22 import java.nio.charset.MalformedInputException;
242 } catch (MalformedInputException ex) { in testThrowException()
DISOCharsetEncoderTest.java24 import java.nio.charset.MalformedInputException;
DASCIICharsetEncoderTest.java27 import java.nio.charset.MalformedInputException;
123 } catch (MalformedInputException e) { in testEncodeMapping()
DCharsetDecoderTest.java27 import java.nio.charset.MalformedInputException;
252 } catch (MalformedInputException e) { in testDecodeByteBufferException()
DCharsetEncoderTest.java27 import java.nio.charset.MalformedInputException;
641 } catch (MalformedInputException e) { in testEncodeCharBufferException()
/libcore/ojluni/src/main/java/java/nio/charset/
DMalformedInputException.java37 public class MalformedInputException class
50 public MalformedInputException(int inputLength) { in MalformedInputException() method in MalformedInputException
DCoderResult.java274 case CR_MALFORMED: throw new MalformedInputException(length); in throwException()
DCharset-X-Coder.java.template822 * @throws MalformedInputException
/libcore/ojluni/src/test/java/nio/channels/Channels/
DEncodingTest.java36 import java.nio.charset.MalformedInputException;
184 @Test(dataProvider = "illegalInput", expectedExceptions = MalformedInputException.class)
200 @Test(dataProvider = "illegalOutput", expectedExceptions = MalformedInputException.class)
/libcore/ojluni/src/main/java/java/util/
DPropertyResourceBundle.java48 import java.nio.charset.MalformedInputException;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DInputStreamReaderTest.java32 import java.nio.charset.MalformedInputException;
388 } catch (MalformedInputException e) { in test_read_1()
/libcore/luni/src/test/java/libcore/java/nio/file/
DFiles2Test.java35 import java.nio.charset.MalformedInputException;
1096 } catch (MalformedInputException expected) {} in test_newBufferedReader$Path$Charset()
/libcore/
Dopenjdk_java_files.bp463 "ojluni/src/main/java/java/nio/charset/MalformedInputException.java",
DEXPECTED_UPSTREAM452 …java/nio/charset/MalformedInputException.java,jdk11u/jdk-11.0.13-ga,src/java.base/share/classes/ja…
/libcore/api/
Dcurrent.txt7195 public class MalformedInputException extends java.nio.charset.CharacterCodingException {
7196 ctor public MalformedInputException(int);