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

/openjdk7/jdk/test/java/lang/Throwable/
H A DChainedExceptions.java57 } catch(LowLevelException e) {
61 static void d() throws LowLevelException {
64 static void e() throws LowLevelException {
65 throw new LowLevelException();
91 class LowLevelException extends Exception { class in inherits:Exception
H A DStackTraceSerialization.java151 } catch(LowLevelException e) {
155 static void d() throws LowLevelException {
158 static void e() throws LowLevelException {
159 throw new LowLevelException();
185 class LowLevelException extends Exception { class in inherits:Exception

Completed in 29 milliseconds