Home
last modified time | relevance | path

Searched defs:CustomException (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/cts/tests/tests/os/src/android/os/cts/
H A DCrossProcessExceptionService.java32 public static class CustomException extends IllegalArgumentException implements Parcelable { class in CrossProcessExceptionService
33 public CustomException(String message) { in CustomException() method in CrossProcessExceptionService.CustomException
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/retrying/
H A DFailingCallable.java114 static class CustomException extends RuntimeException { class in FailingCallable
/aosp_15_r20/external/python/apitools/apitools/base/py/testing/
Dmock_test.py42 class CustomException(Exception): class
/aosp_15_r20/external/clang/test/Analysis/
H A DNoReturn.m79 @interface CustomException : NSException interface
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_taskgroups.py753 class CustomException(Exception): class
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_wsgiref.py818 class CustomException(ValueError): class
Dtest_dict.py795 class CustomException(Exception): class
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_dict.py502 class CustomException(Exception): class
/aosp_15_r20/external/fbjni/test/
H A DFBJniTests.java35 class CustomException extends Throwable { class in FBJniTests
/aosp_15_r20/external/python/typing_extensions/src/
Dtest_typing_extensions.py6208 class CustomException(BaseException): pass class
6247 class CustomException(BaseException): pass class
6286 class CustomException(Exception): pass class
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/rpc/
H A Drpc_test.py403 class CustomException(Exception): class