Searched defs:MalformedInputException (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/charset/
H A DMalformedInputException.java37 public class MalformedInputException class in inherits:CharacterCodingException
46 * Constructs an {@code MalformedInputException} with the given
50 public MalformedInputException(int inputLength) { method in class:MalformedInputException

Completed in 28 milliseconds