Searched refs:UserErrorException (Results 1 – 4 of 4) sorted by relevance
21 interface UserErrorException interface36 class InvalidJarFileException(message: String) : Exception(message), UserErrorException41 class UnknownApiException(message: String) : Exception(message), UserErrorException47 class InvalidAnnotationException(message: String) : Exception(message), UserErrorException52 class HostStubGenUserErrorException(message: String) : Exception(message), UserErrorException
45 if (e !is UserErrorException) { in main()
72 class ParseException : Exception, UserErrorException {
324 open class ArgumentsException(message: String?) : Exception(message), UserErrorException