Home | History | Annotate | Download | only in musicplayer

Lines Matching defs:cause

46             Throwable cause = e.getCause();
47 if (cause instanceof RuntimeException) {
48 throw (RuntimeException) cause;
49 } else if (cause instanceof Error) {
50 throw (Error) cause;
71 Throwable cause = e.getCause();
72 if (cause instanceof RuntimeException) {
73 throw (RuntimeException) cause;
74 } else if (cause instanceof Error) {
75 throw (Error) cause;