Home
last modified time | relevance | path

Searched refs:CoderMalfunctionError (Results 1 – 9 of 9) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
DCoderMalfunctionErrorTest.java19 import java.nio.charset.CoderMalfunctionError;
35 CoderMalfunctionError e = new CoderMalfunctionError(ex); in testConstructor_Normal()
43 CoderMalfunctionError e = new CoderMalfunctionError(null); in testConstructor_Null()
52 SerializationTest.verifySelf(new CoderMalfunctionError(null)); in testSerializationSelf()
59 SerializationTest.verifyGolden(this, new CoderMalfunctionError(null)); in testSerializationCompatibility()
DCharsetDecoder2Test.java27 import java.nio.charset.CoderMalfunctionError;
114 } catch (CoderMalfunctionError e) { in test_decodeLjava_nio_ByteBuffer()
123 } catch (CoderMalfunctionError e) { in test_decodeLjava_nio_ByteBuffer()
DCharsetEncoder2Test.java26 import java.nio.charset.CoderMalfunctionError;
113 } catch (CoderMalfunctionError e) { in test_EncodeLjava_nio_CharBuffer()
/libcore/ojluni/src/main/java/java/nio/charset/
DCoderMalfunctionError.java38 public class CoderMalfunctionError class
50 public CoderMalfunctionError(Exception cause) { in CoderMalfunctionError() method in CoderMalfunctionError
DCharsetDecoder.java37 import java.nio.charset.CoderMalfunctionError; // javadoc
583 throw new CoderMalfunctionError(x); in decode()
585 throw new CoderMalfunctionError(x); in decode()
DCharsetEncoder.java37 import java.nio.charset.CoderMalfunctionError; // javadoc
601 throw new CoderMalfunctionError(x); in encode()
603 throw new CoderMalfunctionError(x); in encode()
/libcore/ojluni/annotations/mmodule/java/nio/charset/
DCharsetEncoder.annotated.java35 import java.nio.charset.CoderMalfunctionError;
/libcore/
Dopenjdk_java_files.bp441 "ojluni/src/main/java/java/nio/charset/CoderMalfunctionError.java",
/libcore/api/
Dcurrent.txt6510 public class CoderMalfunctionError extends java.lang.Error {
6511 ctor public CoderMalfunctionError(Exception);