1 30 31 package de.susebox.java.lang; 32 33 37 41 42 43 47 79 public interface ThrowableList { 80 81 88 public Throwable getCause(); 89 90 116 public Throwable nextThrowable(); 117 122 123 124 131 public boolean isWrapper(); 132 137 138 145 public String getFormat(); 146 151 152 159 public Object [] getArguments(); 160 165 166 167 171 178 183 184 198 203 204 220 225 226 241 246 247 258 286 291 292 293 299 302 303 306 309 310 315 318 } 319 | Popular Tags |