FileUploadException wrapped in wiketRuntime exception, why? is that a good practice?

2010-07-31 Thread nicolas melendez
Hi there, i have a question about FileUploadException. In line 80 of MultipartServletWebRequest, the constructor throws FileUploadException which is checked, and then in line 500 of ServletWebRequest, it was wrapped to a wickerRuntimeException, @Override public WebRequest

Re: FileUploadException wrapped in wiketRuntime exception, why? is that a good practice?

2010-07-31 Thread Igor Vaynberg
its checked because it came from commons-upload, we didnt write it. open a jira to create a runtime version of it and wrap it in that. -igor On Sat, Jul 31, 2010 at 5:48 AM, nicolas melendez nfmelen...@gmail.com wrote: Hi there, i have a question about FileUploadException. In line 80 of