Lines Matching refs:EXCEPTION_TO_STRING
23 #define EXCEPTION_TO_STRING(__ex__, str) \ macro
32 #define EXCEPTION_TO_STRING(__ex__, str) \ macro
42 EXCEPTION_TO_STRING(EX_SECURITY, "SecurityException") in exceptionToString()
43 EXCEPTION_TO_STRING(EX_BAD_PARCELABLE, "BadParcelableException") in exceptionToString()
44 EXCEPTION_TO_STRING(EX_ILLEGAL_ARGUMENT, "IllegalArgumentException") in exceptionToString()
45 EXCEPTION_TO_STRING(EX_NULL_POINTER, "NullPointerException") in exceptionToString()
46 EXCEPTION_TO_STRING(EX_ILLEGAL_STATE, "IllegalStateException") in exceptionToString()
47 EXCEPTION_TO_STRING(EX_NETWORK_MAIN_THREAD, "NetworkMainThreadException") in exceptionToString()
48 EXCEPTION_TO_STRING(EX_UNSUPPORTED_OPERATION, "UnsupportedOperationException") in exceptionToString()
49 EXCEPTION_TO_STRING(EX_SERVICE_SPECIFIC, "ServiceSpecificException") in exceptionToString()
50 EXCEPTION_TO_STRING(EX_PARCELABLE, "ParcelableException") in exceptionToString()
51 EXCEPTION_TO_STRING(EX_TRANSACTION_FAILED, "TransactionFailedException") in exceptionToString()