Hi,
I wonder how it is possible to intercept errors like:
Exception: java.lang.NullPointerException
java.lang.NullPointerException
I mean, I am using JSP and sometimes, if a user modify manually the URL (for exemple he will modify id=5 into id=tutu) I would like to print an error page...
How can I do that?
I wonder how it is possible to intercept errors like:
Exception: java.lang.NullPointerException
java.lang.NullPointerException
I mean, I am using JSP and sometimes, if a user modify manually the URL (for exemple he will modify id=5 into id=tutu) I would like to print an error page...
How can I do that?