Searched defs:HighLevelException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/lang/Throwable/
H A DChainedExceptions.java12 } catch(HighLevelException e) {
44 static void a() throws HighLevelException {
48 throw new HighLevelException(e);
83 class HighLevelException extends Exception { class in inherits:Exception
84 HighLevelException(Throwable cause) { super(cause); } method in class:HighLevelException
H A DStackTraceSerialization.java97 } catch(HighLevelException e) {
138 static void a() throws HighLevelException {
142 throw new HighLevelException(e);
177 class HighLevelException extends Exception { class in inherits:Exception
178 HighLevelException(Throwable cause) { super(cause); } method in class:HighLevelException

Completed in 37 milliseconds