Artiweb > Pull Request #3078

fixing error reporting in AbstractBuilder #3078

Github

Description

the original code was not correct, threw NPEs and forgot the original cause exception.

  • e.getMessage() could produce an NPE
  • using e.getMessage() as format string was probably not the desired functionality here.

There is a second small bugfix related to error reporting: If an undefined schema variable is used as a bound variable, an NPE was thrown. This fix makes sure that "No schema variable x has been defined" is reported.

Artifacts