Searched refs:ArgParseException (Results 1 – 1 of 1) sorted by relevance
94 } catch (e: ArgParseException) { in dump()258 throw ArgParseException("Unknown flag: $arg") in parseArgs()277 throw ArgParseException("Missing argument for $flag") in readArgument()284 throw ArgParseException("Invalid argument '$value' for flag $flag") in readArgument()311 class ArgParseException(message: String) : Exception(message) class