Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/
H A DDumpHandler.kt106 } catch (e: ArgParseException) {
332 throw ArgParseException("Unknown flag: $arg")
351 throw ArgParseException("Missing argument for $flag")
358 throw ArgParseException("Invalid argument '$value' for flag $flag")
519 class ArgParseException(message: String) : Exception(message) regex