Home
last modified time | relevance | path

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

/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
DLogParser.kt93 throw InvalidInputException("ProtoLog file magic number is invalid.") in <lambda>()
96 throw InvalidInputException("ProtoLog file version not supported by this tool," + in <lambda>()
Dexceptions.kt39 class InvalidInputException(message: String) : Exception(message) class
/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/
DLogParserTest.kt150 @Test(expected = InvalidInputException::class)
160 @Test(expected = InvalidInputException::class)