The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


Blog Archive for brucechapman during April 2009

With computers you can have the joy of delinquency without anyone getting hurt. Delinquency being different to maliciousness of course. So when I saw that Throwable.initCause() method could throw an IAE if the argument was "this", the delinquent in me saw an opportunity for some harmless fun. public class TheDevilMadeMeDoIt { public static void main(String[] args) { Throwable t1...