Home
last modified time | relevance | path

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

/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/
DExceptions.kt21 interface UserErrorException interface
36 class InvalidJarFileException(message: String) : Exception(message), UserErrorException
41 class UnknownApiException(message: String) : Exception(message), UserErrorException
47 class InvalidAnnotationException(message: String) : Exception(message), UserErrorException
52 class HostStubGenUserErrorException(message: String) : Exception(message), UserErrorException
DHostStubGenMain.kt45 if (e !is UserErrorException) { in main()
DUtils.kt72 class ParseException : Exception, UserErrorException {
DHostStubGenOptions.kt324 open class ArgumentsException(message: String?) : Exception(message), UserErrorException