Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 21 for someError (0.07 sec)

  1. android/guava-testlib/src/com/google/common/collect/testing/testers/TestExceptions.java

    package com.google.common.collect.testing.testers;
    
    import com.google.common.annotations.GwtCompatible;
    
    /** Exception classes for use in tests. */
    @GwtCompatible
    final class TestExceptions {
      static final class SomeError extends Error {}
    
      static final class SomeCheckedException extends Exception {}
    
      static final class SomeOtherCheckedException extends Exception {}
    
      static final class YetAnotherCheckedException extends Exception {}
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/util/concurrent/TestExceptions.java

    import com.google.common.annotations.GwtCompatible;
    import org.jspecify.annotations.NullUnmarked;
    
    /** Exception classes for use in tests. */
    @GwtCompatible
    @NullUnmarked
    final class TestExceptions {
      static class SomeError extends Error {}
    
      static class SomeCheckedException extends Exception {}
    
      static class SomeOtherCheckedException extends Exception {}
    
      static class YetAnotherCheckedException extends Exception {}
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Dec 19 18:03:30 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/base/TestExceptions.java

    import com.google.common.annotations.GwtCompatible;
    import org.jspecify.annotations.NullUnmarked;
    
    /** Exception classes for use in tests. */
    @GwtCompatible
    @NullUnmarked
    final class TestExceptions {
      static class SomeError extends Error {}
    
      static class SomeCheckedException extends Exception {}
    
      static class SomeOtherCheckedException extends Exception {}
    
      static class YetAnotherCheckedException extends Exception {}
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Jan 18 02:54:30 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  4. src/test/java/jcifs/context/AbstractCIFSContextTest.java

            assertFalse(context.hasDefaultCredentials());
        }
    
        @Test
        void testRenewCredentials() {
            assertFalse(context.renewCredentials("someLocation", new Exception("someError")));
        }
    
        @Test
        void testClose() throws CIFSException {
            assertFalse(context.isCloseCalled());
    
            boolean result = context.close();
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 7K bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg syscall (darwin-386), const SO_DEBUG = 1
    pkg syscall (darwin-386), const SO_DONTROUTE = 16
    pkg syscall (darwin-386), const SO_DONTTRUNC = 8192
    pkg syscall (darwin-386), const SO_ERROR = 4103
    pkg syscall (darwin-386), const SO_KEEPALIVE = 8
    pkg syscall (darwin-386), const SO_LABEL = 4112
    pkg syscall (darwin-386), const SO_LINGER = 128
    pkg syscall (darwin-386), const SO_LINGER_SEC = 4224
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  6. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const SO_ACCEPTFILTER ideal-int
    pkg syscall (freebsd-386-cgo), const SO_BINTIME ideal-int
    pkg syscall (freebsd-386-cgo), const SO_DEBUG ideal-int
    pkg syscall (freebsd-386-cgo), const SO_ERROR ideal-int
    pkg syscall (freebsd-386-cgo), const SO_LABEL ideal-int
    pkg syscall (freebsd-386-cgo), const SO_LISTENINCQLEN ideal-int
    pkg syscall (freebsd-386-cgo), const SO_LISTENQLEN ideal-int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (1)
  7. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SO_DEBUG = 1
    pkg syscall (freebsd-arm64), const SO_DEBUG ideal-int
    pkg syscall (freebsd-arm64), const SO_DONTROUTE = 16
    pkg syscall (freebsd-arm64), const SO_ERROR = 4103
    pkg syscall (freebsd-arm64), const SO_ERROR ideal-int
    pkg syscall (freebsd-arm64), const SO_KEEPALIVE = 8
    pkg syscall (freebsd-arm64), const SO_LABEL = 4105
    pkg syscall (freebsd-arm64), const SO_LABEL ideal-int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  8. api/go1.16.txt

    pkg syscall (darwin-arm64), const SO_DONTROUTE = 16
    pkg syscall (darwin-arm64), const SO_DONTTRUNC = 8192
    pkg syscall (darwin-arm64), const SO_DONTTRUNC ideal-int
    pkg syscall (darwin-arm64), const SO_ERROR = 4103
    pkg syscall (darwin-arm64), const SO_ERROR ideal-int
    pkg syscall (darwin-arm64), const SO_KEEPALIVE = 8
    pkg syscall (darwin-arm64), const SO_LABEL = 4112
    pkg syscall (darwin-arm64), const SO_LABEL ideal-int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  9. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SO_DEBUG ideal-int
    pkg syscall (netbsd-arm64-cgo), const SO_DONTROUTE = 16
    pkg syscall (netbsd-arm64-cgo), const SO_ERROR = 4103
    pkg syscall (netbsd-arm64-cgo), const SO_ERROR ideal-int
    pkg syscall (netbsd-arm64-cgo), const SO_KEEPALIVE = 8
    pkg syscall (netbsd-arm64-cgo), const SO_LINGER = 128
    pkg syscall (netbsd-arm64-cgo), const SOL_SOCKET = 65535
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  10. api/go1.txt

    pkg syscall (darwin-386), const SO_ACCEPTCONN ideal-int
    pkg syscall (darwin-386), const SO_DEBUG ideal-int
    pkg syscall (darwin-386), const SO_DONTTRUNC ideal-int
    pkg syscall (darwin-386), const SO_ERROR ideal-int
    pkg syscall (darwin-386), const SO_LABEL ideal-int
    pkg syscall (darwin-386), const SO_LINGER_SEC ideal-int
    pkg syscall (darwin-386), const SO_NKE ideal-int
    pkg syscall (darwin-386), const SO_NOADDRERR ideal-int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top