Catching a exception of "Exception in thread "AWT-EventQueue-0" java.lang."
807588Jun 15 2009 — edited Jun 15 2009Hi,
How can i catch a error message below ?
"Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 9 >= 9"
I have tried using catch (Exception e) but it does not falls under this.
Any idea ?