Searched refs:ArgumentsException (Results 1 – 1 of 1) sorted by relevance
128 throw ArgumentsException("--package-redirect must be a colon-separated string") in parsePackageRedirect()262 else -> throw ArgumentsException("Unknown option: $arg") in parseArgs()265 throw ArgumentsException("Duplicate or conflicting argument found: $arg") in parseArgs()270 throw ArgumentsException("Required option missing: --in-jar") in parseArgs()324 open class ArgumentsException(message: String?) : Exception(message), UserErrorException class in com.android.hoststubgen.HostStubGenOptions328 ArgumentsException("Duplicate annotation specified: '$annotationName'")332 ArgumentsException("File '$filename' not found")357 throw ArgumentsException("Missing parameter for option $argName") in nextArgRequired()360 throw ArgumentsException("Parameter can't be empty for option $argName") in nextArgRequired()