Home
last modified time | relevance | path

Searched refs:InvalidCommandException (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/
H A DCommandOptionsTest.kt45 @Test(expected = InvalidCommandException::class)
50 @Test(expected = InvalidCommandException::class)
74 @Test(expected = InvalidCommandException::class)
85 @Test(expected = InvalidCommandException::class)
95 @Test(expected = InvalidCommandException::class)
105 @Test(expected = InvalidCommandException::class)
115 @Test(expected = InvalidCommandException::class)
125 @Test(expected = InvalidCommandException::class)
136 @Test(expected = InvalidCommandException::class)
147 @Test(expected = InvalidCommandException::class)
[all …]
/aosp12/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
H A DCommandOptions.kt60 throw InvalidCommandException("Invalid class name $name")
67 throw InvalidCommandException("Param $paramName required")
74 throw InvalidCommandException("Unsupported param $paramName")
102 throw InvalidCommandException("No java source input files")
114 throw InvalidCommandException("No log input file")
117 throw InvalidCommandException("Only one log input file allowed")
136 throw InvalidCommandException("No command specified.")
140 throw InvalidCommandException("Unknown command.")
150 throw InvalidCommandException("No value for ${args[idx]}")
156 throw InvalidCommandException("No value for ${args[idx]}")
[all …]
H A Dexceptions.kt41 class InvalidCommandException(message: String) : Exception(message) regex
H A DProtoLogTool.kt207 } catch (ex: InvalidCommandException) {