| J2JS | |
| Home > Demos > Exception | |
Exception
This demo will intentionally raise exceptions. You will love to see the stack trace.
The exception is triggered by two buttons, one of which will handle the exception, the other will not.
The demo shows that unhandled exceptions are caught at top level and
the stack trace is written to
The demo is coded in ExceptionDemo.java.
Note that we compiled the demo with the compiler option
| |
| Last build on Sat Jan 03 11:06:48 CET 2009 | |