That exception is only supposed to be used from the PostProcessor itself and caught in a generic fashion from the Default Post Servlet. So the method getResult() is indeed useless. I am gonna remove it. Thanks for the pointer, Konrad
> On 30 Mar 2017, at 10:15, Oliver Lietz <[email protected]> wrote: > > hi, > > InvalidResourcePostProcessorException is private (impl) but has a public > method getResult() – what's the use case? > > Thanks, > O. >
