Home
last modified time | relevance | path

Searched refs:throwUnchecked (Results 1 – 23 of 23) sorted by relevance

/dports/devel/stack/stack-2.7.3/_cabal_deps/hackage-security-0.6.0.1/src/Hackage/Security/Util/
H A DChecked.hs24 , throwUnchecked
115 throwUnchecked :: Exception e => e -> IO a
116 throwUnchecked = Base.throwIO function
120 internalError = throwUnchecked . userError
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/jfr/api/consumer/recordingstream/
H A DTestOnErrorAsync.java119 TestUtils.throwUnchecked(exception); in testDefaultException()
145 TestUtils.throwUnchecked(exception); in testCustomException()
175 TestUtils.throwUnchecked(exception); in testOnFlushSanity()
195 TestUtils.throwUnchecked(exception); // will trigger onError in testOnCloseSanity()
H A DTestOnErrorSync.java125 TestUtils.throwUnchecked(exception); in testDefaultException()
160 TestUtils.throwUnchecked(exception); in testCustomException()
196 TestUtils.throwUnchecked(exception); in testOnFlushSanity()
217 TestUtils.throwUnchecked(exception); // will trigger onError in testOnCloseSanity()
H A DTestUtils.java53 public static <T extends Throwable> void throwUnchecked(Throwable e) throws T { in throwUnchecked() method in TestUtils
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/jfr/api/consumer/recordingstream/
H A DTestOnErrorAsync.java119 TestUtils.throwUnchecked(exception); in testDefaultException()
145 TestUtils.throwUnchecked(exception); in testCustomException()
175 TestUtils.throwUnchecked(exception); in testOnFlushSanity()
195 TestUtils.throwUnchecked(exception); // will trigger onError in testOnCloseSanity()
H A DTestOnErrorSync.java125 TestUtils.throwUnchecked(exception); in testDefaultException()
160 TestUtils.throwUnchecked(exception); in testCustomException()
196 TestUtils.throwUnchecked(exception); in testOnFlushSanity()
217 TestUtils.throwUnchecked(exception); // will trigger onError in testOnCloseSanity()
H A DTestUtils.java53 public static <T extends Throwable> void throwUnchecked(Throwable e) throws T { in throwUnchecked() method in TestUtils
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/jdk/jfr/api/consumer/recordingstream/
H A DTestOnErrorAsync.java119 TestUtils.throwUnchecked(exception); in testDefaultException()
145 TestUtils.throwUnchecked(exception); in testCustomException()
175 TestUtils.throwUnchecked(exception); in testOnFlushSanity()
195 TestUtils.throwUnchecked(exception); // will trigger onError in testOnCloseSanity()
H A DTestOnErrorSync.java125 TestUtils.throwUnchecked(exception); in testDefaultException()
160 TestUtils.throwUnchecked(exception); in testCustomException()
196 TestUtils.throwUnchecked(exception); in testOnFlushSanity()
217 TestUtils.throwUnchecked(exception); // will trigger onError in testOnCloseSanity()
H A DTestUtils.java53 public static <T extends Throwable> void throwUnchecked(Throwable e) throws T { in throwUnchecked() method in TestUtils
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/jfr/api/consumer/recordingstream/
H A DTestOnErrorAsync.java117 TestUtils.throwUnchecked(exception); in testDefaultException()
143 TestUtils.throwUnchecked(exception); in testCustomException()
173 TestUtils.throwUnchecked(exception); in testOnFlushSanity()
193 TestUtils.throwUnchecked(exception); // will trigger onError in testOnCloseSanity()
H A DTestOnErrorSync.java123 TestUtils.throwUnchecked(exception); in testDefaultException()
158 TestUtils.throwUnchecked(exception); in testCustomException()
194 TestUtils.throwUnchecked(exception); in testOnFlushSanity()
215 TestUtils.throwUnchecked(exception); // will trigger onError in testOnCloseSanity()
H A DTestUtils.java51 public static <T extends Throwable> void throwUnchecked(Throwable e) throws T { in throwUnchecked() method in TestUtils
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/cache/config/
H A DCacheableService.java58 T throwUnchecked(Object arg1); in throwUnchecked() method
H A DAnnotatedClassCacheableService.java108 public Long throwUnchecked(Object arg1) { in throwUnchecked() method in AnnotatedClassCacheableService
H A DDefaultCacheableService.java114 public Long throwUnchecked(Object arg1) { in throwUnchecked() method in DefaultCacheableService
H A DAbstractAnnotationTests.java243 service.throwUnchecked(Long.valueOf(1)); in testUncheckedThrowable()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aspects/src/test/java/org/springframework/cache/config/
H A DCacheableService.java58 T throwUnchecked(Object arg1); in throwUnchecked() method
H A DAnnotatedClassCacheableService.java108 public Long throwUnchecked(Object arg1) { in throwUnchecked() method in AnnotatedClassCacheableService
H A DDefaultCacheableService.java114 public Long throwUnchecked(Object arg1) { in throwUnchecked() method in DefaultCacheableService
/dports/devel/stack/stack-2.7.3/_cabal_deps/hackage-security-0.6.0.1/src/Hackage/Security/Client/Repository/
H A DCache.hs155 Left ex -> throwUnchecked ex
/dports/devel/stack/stack-2.7.3/_cabal_deps/hackage-security-0.6.0.1/src/Hackage/Security/
H A DClient.hs757 throwUnchecked $ ex
1027 throwErrorsUnchecked f (Left err) = liftIO $ throwUnchecked (f err)
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aspects/src/test/java/org/springframework/cache/aspectj/
H A DAbstractAnnotationTest.java232 service.throwUnchecked(Long.valueOf(1)); in testUncheckedThrowable()