Package org.topbraid.shacl.util
Class FailureLog
- java.lang.Object
-
- org.topbraid.shacl.util.FailureLog
-
public class FailureLog extends Object
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 Constructor Description FailureLog()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FailureLogget()voidlogFailure(String message)voidlogWarning(String message)static voidset(FailureLog value)
-
-
-
Method Detail
-
get
public static FailureLog get()
-
set
public static void set(FailureLog value)
-
logFailure
public void logFailure(String message)
-
logWarning
public void logWarning(String message)
-
-