Lets consider following sample: [code lang=”java”] public class Test { static class FooException extends Exception { } static class BarException extends Exception { } static Z rethrow(Throwable e, Class a, Class b) throws T, E { if (a.isAssignableFrom(e.getClass())) { System.out.println(”throw ” + a.getName()); throw (T)e; } else if (b.isAssignableFrom(e.getClass())) { System.out.println(”throw ” + b.getName()); throw…
Read moreArchos 101xs
Archos 101xs looks rather interesting. Hopefully they manage to get somekind of 3G connectivity into it (like my Archos 70 IT has…). Update 15.9.2012 Too bad that device seemingly won’t have any 3G kind of connectivity. Too bad, since then it can’t replacec my A70IT.
Read more