Searched refs:IncorrectArrayLengthException (Results 1 – 1 of 1) sorted by relevance
93 class IncorrectArrayLengthException extends Exception { class in UDataInfo99 IncorrectArrayLengthException(String message) { in IncorrectArrayLengthException() method in UDataInfo.IncorrectArrayLengthException106 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()