Home
last modified time | relevance | path

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

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