Searched refs:RequestProcessorException (Results 1 – 3 of 3) sorted by relevance
31 class RequestProcessorException(message: String) : IllegalStateException(message) class
49 ?: throw RequestProcessorException("Task snapshot returned a null Bitmap!") in process()
478 if (shouldThrowException) throw RequestProcessorException("") in <lambda>()