We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f933950 commit 2474279Copy full SHA for 2474279
core/src/main/java/org/everit/json/schema/ValidationException.java
@@ -243,6 +243,8 @@ public String getMessage() {
243
return getPointerToViolation() + ": " + super.getMessage();
244
}
245
246
+ public String getErrorMessage() { return super.getMessage(); }
247
+
248
/**
249
* A JSON pointer denoting the part of the document which violates the schema. It always points
250
* from the root of the document to the violating data fragment, therefore it always starts with
0 commit comments