Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/icu/
DUDataInfo.java93 class IncorrectArrayLengthException extends Exception { class in UDataInfo
99 IncorrectArrayLengthException(String message) { in IncorrectArrayLengthException() method in UDataInfo.IncorrectArrayLengthException
106 throws IncorrectArrayLengthException { in UDataInfo()
108 … throw new IncorrectArrayLengthException("The byte array 'dataFormat' must be of length 4."); in UDataInfo()
111 … throw new IncorrectArrayLengthException("The byte array 'formatVersion' must be of length 4."); in UDataInfo()
114 … throw new IncorrectArrayLengthException("The byte array 'dataVersion' must be of length 4."); in UDataInfo()