...
To provide a custom error handler when an exception is thrown, override the this WOApplication method:
Code Block |
---|
public WOResponse handleException (java.lang.Exception anException, WOContext aContext) { } |
...
...
To provide a custom error handler when an exception is thrown, override the this WOApplication method:
Code Block |
---|
public WOResponse handleException (java.lang.Exception anException, WOContext aContext) { } |
...