When it throws an error, the result is a very long stack trace in my B4J log. I would prefer to customize it so I have a single line in the log (e.g. "error thrown: Fieldkey does not exist").
Is there a simple way to do I do this?
What is the best way to handle exceptions with in-line java code?