Searched refs:inputLength (Results 1 – 2 of 2) sorted by relevance
43 private int inputLength; field in UnmappableCharacterException45 public UnmappableCharacterException(int inputLength) { in UnmappableCharacterException() argument46 this.inputLength = inputLength; in UnmappableCharacterException()50 return inputLength; in getInputLength()54 return "Input length = " + inputLength; in getMessage()
43 private int inputLength; field in MalformedInputException45 public MalformedInputException(int inputLength) { in MalformedInputException() argument46 this.inputLength = inputLength; in MalformedInputException()50 return inputLength; in getInputLength()54 return "Input length = " + inputLength; in getMessage()