Re: [Wicket-user] why AbstractRestartResponseException is abstract?

2007-04-24 Thread Martijn Dashorst
Because the exception is meant to be abstract. Use RestartResponseException instead. The generated javadoc [1] clearly tells the direct subclasses, and your IDE should also be able to tell which are the subclasses (Eclipse: press f4 on the AbstractRestartResponseException). Martijn [1] http://w

[Wicket-user] why AbstractRestartResponseException is abstract?

2007-04-24 Thread Andrew Klochkov
I want to start responce step immediately and I have to use the following strange code: throw new AbstractRestartResponseException() { }; Why is this class abstract? -- Andrew Klochkov - This SF.net email is s