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