|
|
|
Re: VetoException within WizardStep logged with severity WARN [message #1824019 is a reply to message #1823900] |
Mon, 06 April 2020 14:57 |
|
I see. Logback has a filter-feature which could work for you in that case. See here or google for logback and filters for more examples/ideas. I haven't tried that for myself, but it looks promising ;-)
What I don't understand is why you end up in the CallableChainExceptionHandler when a VetoException is thrown. When I tested your case, the log message was always written by org.eclipse.scout.rt.platform.exception.ExceptionHandler. Which Scout version do you use? Could you post a stracktrace from a breakpoint in your application in the CallableChainExceptionHandler? In the "missing mandatory fields" case: do you throw a VetoException in your own code or is the VetoException created and thrown by the Scout framework? Is the VetoException created by the server or by the client?
Eclipse Scout Homepage | Documentation | GitHub
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04982 seconds