Package org.topbraid.shacl.util
Class FailureLog
java.lang.Object
org.topbraid.shacl.util.FailureLog
A singleton to record (and possibly print) failures thrown by the validation engine.
Can be overloaded to install different failure handling.
- Author:
- Holger Knublauch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FailureLogget()voidlogFailure(String message) voidlogWarning(String message) static voidset(FailureLog value)
-
Constructor Details
-
FailureLog
public FailureLog()
-
-
Method Details
-
get
-
set
-
logFailure
-
logWarning
-