Home
last modified time | relevance | path

Searched refs:suppressedExceptions (Results 1 – 25 of 76) sorted by relevance

1234

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/
H A DThrowable.java232 private List<Throwable> suppressedExceptions = SUPPRESSED_SENTINEL; field in Throwable
372 suppressedExceptions = null; in Throwable()
902 suppressedExceptions = SUPPRESSED_SENTINEL; in readObject()
923 suppressedExceptions = suppList; in readObject()
926 suppressedExceptions = null; in readObject()
1062 if (suppressedExceptions == SUPPRESSED_SENTINEL) in addSuppressed()
1063 suppressedExceptions = new ArrayList<>(1); in addSuppressed()
1065 suppressedExceptions.add(exception); in addSuppressed()
1086 if (suppressedExceptions == SUPPRESSED_SENTINEL || in getSuppressed()
1087 suppressedExceptions == null) in getSuppressed()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/
H A DThrowable.java228 private List<Throwable> suppressedExceptions = SUPPRESSED_SENTINEL; field in Throwable
368 suppressedExceptions = null; in Throwable()
921 suppressedExceptions = SUPPRESSED_SENTINEL; in readObject()
942 suppressedExceptions = suppList; in readObject()
945 suppressedExceptions = null; in readObject()
1080 if (suppressedExceptions == SUPPRESSED_SENTINEL) in addSuppressed()
1081 suppressedExceptions = new ArrayList<>(1); in addSuppressed()
1083 suppressedExceptions.add(exception); in addSuppressed()
1104 if (suppressedExceptions == SUPPRESSED_SENTINEL || in getSuppressed()
1105 suppressedExceptions == null) in getSuppressed()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/lang/
H A DThrowable.java232 private List<Throwable> suppressedExceptions = SUPPRESSED_SENTINEL; field in Throwable
372 suppressedExceptions = null; in Throwable()
912 suppressedExceptions = SUPPRESSED_SENTINEL; in readObject()
932 suppressedExceptions = suppList; in readObject()
935 suppressedExceptions = null; in readObject()
1069 if (suppressedExceptions == SUPPRESSED_SENTINEL) in addSuppressed()
1070 suppressedExceptions = new ArrayList<>(1); in addSuppressed()
1072 suppressedExceptions.add(exception); in addSuppressed()
1093 if (suppressedExceptions == SUPPRESSED_SENTINEL || in getSuppressed()
1094 suppressedExceptions == null) in getSuppressed()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/lang/
H A DThrowable.java232 private List<Throwable> suppressedExceptions = SUPPRESSED_SENTINEL; field in Throwable
372 suppressedExceptions = null; in Throwable()
912 suppressedExceptions = SUPPRESSED_SENTINEL; in readObject()
933 suppressedExceptions = suppList; in readObject()
936 suppressedExceptions = null; in readObject()
1072 if (suppressedExceptions == SUPPRESSED_SENTINEL) in addSuppressed()
1073 suppressedExceptions = new ArrayList<>(1); in addSuppressed()
1075 suppressedExceptions.add(exception); in addSuppressed()
1096 if (suppressedExceptions == SUPPRESSED_SENTINEL || in getSuppressed()
1097 suppressedExceptions == null) in getSuppressed()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/lang/
H A DThrowable.java233 private List<Throwable> suppressedExceptions = SUPPRESSED_SENTINEL; field in Throwable
373 suppressedExceptions = null; in Throwable()
918 suppressedExceptions = SUPPRESSED_SENTINEL; in readObject()
938 suppressedExceptions = suppList; in readObject()
941 suppressedExceptions = null; in readObject()
1079 if (suppressedExceptions == SUPPRESSED_SENTINEL) in addSuppressed()
1080 suppressedExceptions = new ArrayList<>(1); in addSuppressed()
1082 suppressedExceptions.add(exception); in addSuppressed()
1103 if (suppressedExceptions == SUPPRESSED_SENTINEL || in getSuppressed()
1104 suppressedExceptions == null) in getSuppressed()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/lang/
H A DThrowable.java233 private List<Throwable> suppressedExceptions = SUPPRESSED_SENTINEL; field in Throwable
373 suppressedExceptions = null; in Throwable()
918 suppressedExceptions = SUPPRESSED_SENTINEL; in readObject()
938 suppressedExceptions = suppList; in readObject()
941 suppressedExceptions = null; in readObject()
1079 if (suppressedExceptions == SUPPRESSED_SENTINEL) in addSuppressed()
1080 suppressedExceptions = new ArrayList<>(1); in addSuppressed()
1082 suppressedExceptions.add(exception); in addSuppressed()
1103 if (suppressedExceptions == SUPPRESSED_SENTINEL || in getSuppressed()
1104 suppressedExceptions == null) in getSuppressed()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/
H A DThrowable.java232 private List<Throwable> suppressedExceptions = SUPPRESSED_SENTINEL; field in Throwable
372 suppressedExceptions = null; in Throwable()
902 suppressedExceptions = SUPPRESSED_SENTINEL; in readObject()
923 suppressedExceptions = suppList; in readObject()
926 suppressedExceptions = null; in readObject()
1062 if (suppressedExceptions == SUPPRESSED_SENTINEL) in addSuppressed()
1063 suppressedExceptions = new ArrayList<>(1); in addSuppressed()
1065 suppressedExceptions.add(exception); in addSuppressed()
1086 if (suppressedExceptions == SUPPRESSED_SENTINEL || in getSuppressed()
1087 suppressedExceptions == null) in getSuppressed()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/lang/
H A DThrowable.java234 private List<Throwable> suppressedExceptions = SUPPRESSED_SENTINEL; field in Throwable
374 suppressedExceptions = null; in Throwable()
915 suppressedExceptions = SUPPRESSED_SENTINEL; in readObject()
935 suppressedExceptions = suppList; in readObject()
938 suppressedExceptions = null; in readObject()
1073 if (suppressedExceptions == SUPPRESSED_SENTINEL) in addSuppressed()
1074 suppressedExceptions = new ArrayList<>(1); in addSuppressed()
1076 suppressedExceptions.add(exception); in addSuppressed()
1097 if (suppressedExceptions == SUPPRESSED_SENTINEL || in getSuppressed()
1098 suppressedExceptions == null) in getSuppressed()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/lang/
H A DThrowable.java234 private List<Throwable> suppressedExceptions = SUPPRESSED_SENTINEL; field in Throwable
374 suppressedExceptions = null; in Throwable()
915 suppressedExceptions = SUPPRESSED_SENTINEL; in readObject()
935 suppressedExceptions = suppList; in readObject()
938 suppressedExceptions = null; in readObject()
1073 if (suppressedExceptions == SUPPRESSED_SENTINEL) in addSuppressed()
1074 suppressedExceptions = new ArrayList<>(1); in addSuppressed()
1076 suppressedExceptions.add(exception); in addSuppressed()
1097 if (suppressedExceptions == SUPPRESSED_SENTINEL || in getSuppressed()
1098 suppressedExceptions == null) in getSuppressed()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/
H A DThrowable.java228 private List<Throwable> suppressedExceptions = SUPPRESSED_SENTINEL; field in Throwable
368 suppressedExceptions = null; in Throwable()
921 suppressedExceptions = SUPPRESSED_SENTINEL; in readObject()
942 suppressedExceptions = suppList; in readObject()
945 suppressedExceptions = null; in readObject()
1080 if (suppressedExceptions == SUPPRESSED_SENTINEL) in addSuppressed()
1081 suppressedExceptions = new ArrayList<>(1); in addSuppressed()
1083 suppressedExceptions.add(exception); in addSuppressed()
1104 if (suppressedExceptions == SUPPRESSED_SENTINEL || in getSuppressed()
1105 suppressedExceptions == null) in getSuppressed()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/TryWithResources/
H A DTwrSuppression.java39 Throwable[] suppressedExceptions = e.getSuppressed(); in main()
40 int length = suppressedExceptions.length; in main()
44 if (suppressedExceptions[0].getClass() != Error.class || in main()
45 suppressedExceptions[1].getClass() != Exception.class) { in main()
H A DTwrTests.java317 private static void checkSuppressedExceptions(Throwable[] suppressedExceptions, int bitMap) { in checkSuppressedExceptions() argument
318 if (suppressedExceptions.length != Integer.bitCount(bitMap)) in checkSuppressedExceptions()
320 … + " suppressed exceptions, got " + suppressedExceptions.length); in checkSuppressedExceptions()
323 for (Throwable t : suppressedExceptions) { in checkSuppressedExceptions()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/TryWithResources/
H A DTwrSuppression.java39 Throwable[] suppressedExceptions = e.getSuppressed(); in main()
40 int length = suppressedExceptions.length; in main()
44 if (suppressedExceptions[0].getClass() != Error.class || in main()
45 suppressedExceptions[1].getClass() != Exception.class) { in main()
H A DTwrTests.java317 private static void checkSuppressedExceptions(Throwable[] suppressedExceptions, int bitMap) { in checkSuppressedExceptions() argument
318 if (suppressedExceptions.length != Integer.bitCount(bitMap)) in checkSuppressedExceptions()
320 … + " suppressed exceptions, got " + suppressedExceptions.length); in checkSuppressedExceptions()
323 for (Throwable t : suppressedExceptions) { in checkSuppressedExceptions()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/TryWithResources/
H A DTwrSuppression.java39 Throwable[] suppressedExceptions = e.getSuppressed(); in main()
40 int length = suppressedExceptions.length; in main()
44 if (suppressedExceptions[0].getClass() != Error.class || in main()
45 suppressedExceptions[1].getClass() != Exception.class) { in main()
H A DTwrTests.java317 private static void checkSuppressedExceptions(Throwable[] suppressedExceptions, int bitMap) { in checkSuppressedExceptions() argument
318 if (suppressedExceptions.length != Integer.bitCount(bitMap)) in checkSuppressedExceptions()
320 … + " suppressed exceptions, got " + suppressedExceptions.length); in checkSuppressedExceptions()
323 for (Throwable t : suppressedExceptions) { in checkSuppressedExceptions()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/TryWithResources/
H A DTwrSuppression.java39 Throwable[] suppressedExceptions = e.getSuppressed(); in main()
40 int length = suppressedExceptions.length; in main()
44 if (suppressedExceptions[0].getClass() != Error.class || in main()
45 suppressedExceptions[1].getClass() != Exception.class) { in main()
H A DTwrTests.java317 private static void checkSuppressedExceptions(Throwable[] suppressedExceptions, int bitMap) { in checkSuppressedExceptions() argument
318 if (suppressedExceptions.length != Integer.bitCount(bitMap)) in checkSuppressedExceptions()
320 … + " suppressed exceptions, got " + suppressedExceptions.length); in checkSuppressedExceptions()
323 for (Throwable t : suppressedExceptions) { in checkSuppressedExceptions()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/TryWithResources/
H A DTwrSuppression.java39 Throwable[] suppressedExceptions = e.getSuppressed(); in main()
40 int length = suppressedExceptions.length; in main()
44 if (suppressedExceptions[0].getClass() != Error.class || in main()
45 suppressedExceptions[1].getClass() != Exception.class) { in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/TryWithResources/
H A DTwrSuppression.java39 Throwable[] suppressedExceptions = e.getSuppressed(); in main()
40 int length = suppressedExceptions.length; in main()
44 if (suppressedExceptions[0].getClass() != Error.class || in main()
45 suppressedExceptions[1].getClass() != Exception.class) { in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/TryWithResources/
H A DTwrSuppression.java39 Throwable[] suppressedExceptions = e.getSuppressed(); in main()
40 int length = suppressedExceptions.length; in main()
44 if (suppressedExceptions[0].getClass() != Error.class || in main()
45 suppressedExceptions[1].getClass() != Exception.class) { in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/TryWithResources/
H A DTwrSuppression.java39 Throwable[] suppressedExceptions = e.getSuppressed(); in main()
40 int length = suppressedExceptions.length; in main()
44 if (suppressedExceptions[0].getClass() != Error.class || in main()
45 suppressedExceptions[1].getClass() != Exception.class) { in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/TryWithResources/
H A DTwrSuppression.java39 Throwable[] suppressedExceptions = e.getSuppressed(); in main()
40 int length = suppressedExceptions.length; in main()
44 if (suppressedExceptions[0].getClass() != Error.class || in main()
45 suppressedExceptions[1].getClass() != Exception.class) { in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/TryWithResources/
H A DTwrSuppression.java39 Throwable[] suppressedExceptions = e.getSuppressed(); in main()
40 int length = suppressedExceptions.length; in main()
44 if (suppressedExceptions[0].getClass() != Error.class || in main()
45 suppressedExceptions[1].getClass() != Exception.class) { in main()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/main/java/org/springframework/beans/factory/support/
H A DDefaultSingletonBeanRegistry.java104 private Set<Exception> suppressedExceptions; field in DefaultSingletonBeanRegistry
220 boolean recordSuppressedExceptions = (this.suppressedExceptions == null); in getSingleton()
222 this.suppressedExceptions = new LinkedHashSet<Exception>(); in getSingleton()
229 for (Exception suppressedException : this.suppressedExceptions) { in getSingleton()
237 this.suppressedExceptions = null; in getSingleton()
254 if (this.suppressedExceptions != null) { in onSuppressedException()
255 this.suppressedExceptions.add(ex); in onSuppressedException()

1234