Searched defs:ExceptionKind (Results 1 - 4 of 4) sorted by relevance

/openjdk10/langtools/test/tools/javac/multicatch/
H A DPos04.java34 enum ExceptionKind { enum in class:Pos04
41 ExceptionKind(int expectedValue) { method in class:Pos04.ExceptionKind
H A DPos02.java39 enum ExceptionKind { enum in class:Pos02
/openjdk10/langtools/test/tools/javac/TryWithResources/
H A DInterruptedExceptionTest.java89 enum ExceptionKind { enum in class:InterruptedExceptionTest
99 private ExceptionKind(String exName, boolean shouldWarn) { method in class:InterruptedExceptionTest.ExceptionKind
[all...]
/openjdk10/langtools/test/tools/javac/lambda/mostSpecific/
H A DStructuralMostSpecificTest.java106 enum ExceptionKind implements ComboParameter { enum in class:StructuralMostSpecificTest
114 ExceptionKind(String exceptionStr) { method in class:StructuralMostSpecificTest.ExceptionKind

Completed in 130 milliseconds