ge-semtk / semtk

Drag and drop SPARQL queries and data ingestion for virtuoso and soon other SPARQL endpoints
http://semtk.research.ge.com
Other
37 stars 6 forks source link

Rest clients use e.getMessage() instead of e.toString() but... #449

Open cuddihyge opened 1 year ago

cuddihyge commented 1 year ago

This can cause an error in tracker.setJobFailure() or whatever because .getMessage() can be null. But toString() is passed right to SPARQLgraph and looks wrong.

Answer (?) : just fix setJobFailure() for now