Searched refs:uoe (Results 1 - 25 of 36) sorted by relevance

12

/openjdk10/jdk/test/javax/crypto/NullCipher/
H A DTestWithoutInit.java57 } catch (UnsupportedOperationException uoe) {
62 } catch (UnsupportedOperationException uoe) {
/openjdk10/jdk/test/java/rmi/activation/CommandEnvironment/
H A DDoctor.java62 } catch (UnknownObjectException uoe) {
64 uoe.printStackTrace();
/openjdk10/jdk/test/java/nio/channels/DatagramChannel/
H A DBindNull.java46 } catch (UnsupportedOperationException uoe) {
/openjdk10/jdk/test/java/awt/TrayIcon/SystemTrayInstance/
H A DSystemTrayInstanceTest.java66 } catch (UnsupportedOperationException uoe) {
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DImmutableCollections.java70 static UnsupportedOperationException uoe() { return new UnsupportedOperationException(); } method in class:ImmutableCollections
76 @Override public boolean add(E e) { throw uoe(); }
77 @Override public boolean addAll(Collection<? extends E> c) { throw uoe(); }
78 @Override public boolean addAll(int index, Collection<? extends E> c) { throw uoe(); }
79 @Override public void clear() { throw uoe(); }
80 @Override public boolean remove(Object o) { throw uoe(); }
81 @Override public boolean removeAll(Collection<?> c) { throw uoe(); }
82 @Override public boolean removeIf(Predicate<? super E> filter) { throw uoe(); }
83 @Override public void replaceAll(UnaryOperator<E> operator) { throw uoe(); }
84 @Override public boolean retainAll(Collection<?> c) { throw uoe(); }
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/nio/file/
H A DFileSystems.java345 } catch (UnsupportedOperationException uoe) {
358 } catch (UnsupportedOperationException uoe) {
414 } catch (UnsupportedOperationException uoe) {
425 } catch (UnsupportedOperationException uoe) {
/openjdk10/jdk/test/java/lang/instrument/
H A DRedefineClassesDisabledTest.java105 } catch (UnsupportedOperationException uoe) {
/openjdk10/jdk/test/java/security/cert/CertPathValidator/nameConstraints/
H A DNameConstraintsWithoutRID.java154 } catch (CertPathValidatorException uoe) {
156 throw uoe;
H A DNameConstraintsWithUnexpectedRID.java155 } catch (UnsupportedOperationException uoe) {
H A DNameConstraintsWithRID.java157 } catch (CertPathValidatorException uoe) {
/openjdk10/jdk/test/java/nio/file/Files/
H A DCustomOptions.java102 } catch (UnsupportedOperationException uoe) { }
106 } catch (UnsupportedOperationException uoe) { }
/openjdk10/jdk/test/sun/security/provider/SecureRandom/AbstractDrbg/
H A DSpecTest.java63 uoe(() -> s1.nextBytes(bytes, new SecureRandomParameters() {}));
64 uoe(() -> s1.reseed());
66 uoe(() -> s1.reseed(new SecureRandomParameters() {}));
87 uoe(() -> s2.reseed());
214 static void uoe(RunnableWithException r) throws Exception { method in class:SpecTest
/openjdk10/jdk/test/java/text/Format/NumberFormat/
H A DNumberFormatRounding.java90 } catch (UnsupportedOperationException uoe) {
98 } catch (UnsupportedOperationException uoe) {
/openjdk10/jdk/test/sun/security/ssl/StatusStapling/java.base/sun/security/ssl/
H A DCertStatusReqListV2ExtensionTests.java195 } catch (UnsupportedOperationException uoe) { }
259 } catch (UnsupportedOperationException uoe) { }
318 } catch (UnsupportedOperationException uoe) { }
347 } catch (UnsupportedOperationException uoe) { }
/openjdk10/jdk/test/tools/jlink/
H A DCheckExecutable.java72 } catch (UnsupportedOperationException uoe) { }
/openjdk10/jdk/test/java/security/Provider/
H A DRemoveProvider.java85 } catch (UnsupportedOperationException uoe) {
102 } catch (UnsupportedOperationException uoe) {
179 } catch (UnsupportedOperationException uoe) {
/openjdk10/jdk/test/java/util/UUID/
H A DUUIDTest.java186 } catch (UnsupportedOperationException uoe) {
205 } catch (UnsupportedOperationException uoe) {
227 } catch (UnsupportedOperationException uoe) {
/openjdk10/jdk/test/java/security/KeyStore/
H A DEntryMethods.java116 } catch (UnsupportedOperationException uoe) {
140 } catch (UnsupportedOperationException uoe) {
150 } catch (UnsupportedOperationException uoe) {
193 } catch (UnsupportedOperationException uoe) {
222 } catch (UnsupportedOperationException uoe) {
/openjdk10/jdk/test/jdk/security/jarsigner/
H A DSpec.java120 uoe(()->b1.setProperty("what", ""));
147 uoe(()->js2.getProperty("invalid"));
211 static void uoe(RunnableWithException r) throws Exception { method in class:Spec
/openjdk10/jdk/test/java/awt/Toolkit/LockingKeyStateTest/
H A DLockingKeyStateTest.java95 } catch (UnsupportedOperationException uoe) {
/openjdk10/jdk/test/java/lang/ref/
H A DCleanerTest.java248 } catch (UnsupportedOperationException uoe) {
253 uoe.getMessage() + ", class: " + r.getClass());
699 } catch (UnsupportedOperationException uoe) {
706 } catch (UnsupportedOperationException uoe) {
/openjdk10/jdk/test/java/nio/file/DirectoryStream/
H A DBasic.java144 } catch (UnsupportedOperationException uoe) {
/openjdk10/jdk/test/javax/security/auth/Destroyable/
H A DKeyDestructionTest.java51 } catch (UnsupportedOperationException uoe) {
/openjdk10/jdk/src/java.security.jgss/share/classes/sun/security/krb5/internal/rcache/
H A DDflCache.java219 } catch (UnsupportedOperationException uoe) {
287 } catch (UnsupportedOperationException uoe) {
/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DImmutableDescriptor.java551 UnsupportedOperationException uoe =
553 throw new RuntimeOperationsException(uoe);

Completed in 282 milliseconds

12