}catch( Exception e){
            Throwable t = e.getCause();
            Class tclass = t.getClass();
            if( tclass.isAssignableFrom(IllegalArgumentException.class)){
                System.err.println("illegal exception ");
            }
}

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044010#4044010

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044010
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to