Searched refs:InvalidInputException (Results 1 – 3 of 3) sorted by relevance
93 throw InvalidInputException("ProtoLog file magic number is invalid.")96 throw InvalidInputException("ProtoLog file version not supported by this tool," +
39 class InvalidInputException(message: String) : Exception(message) regex
150 @Test(expected = InvalidInputException::class)160 @Test(expected = InvalidInputException::class)