|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.codexombie.jspasm.BasicExceptionHandler
public class BasicExceptionHandler
Provides the default reporting/handling of run-time exceptions. This handler dumps the exception's stack trace to the standard error stream.
| Constructor Summary | |
|---|---|
BasicExceptionHandler()
|
|
| Method Summary | |
|---|---|
void |
handleException(java.lang.Exception ex)
Called by the Engine when an exception occurs during normal running. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicExceptionHandler()
| Method Detail |
|---|
public void handleException(java.lang.Exception ex)
IExceptionHandlerCalled by the Engine when an exception occurs during normal running.
handleException in interface IExceptionHandlerex - The Exception to report.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||