Searched refs:MidLevelException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/lang/Throwable/
H A DChainedExceptions.java47 } catch(MidLevelException e) {
51 static void b() throws MidLevelException {
54 static void c() throws MidLevelException {
58 throw new MidLevelException(e);
87 class MidLevelException extends Exception { class in inherits:Exception
88 MidLevelException(Throwable cause) { super(cause); } method in class:MidLevelException
H A DStackTraceSerialization.java141 } catch(MidLevelException e) {
145 static void b() throws MidLevelException {
148 static void c() throws MidLevelException {
152 throw new MidLevelException(e);
181 class MidLevelException extends Exception { class in inherits:Exception
182 MidLevelException(Throwable cause) { super(cause); } method in class:MidLevelException

Completed in 53 milliseconds