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.
2 parents 5f258bd + 7a12059 commit 94a2859Copy full SHA for 94a2859
.gitignore
@@ -6,3 +6,5 @@ target
6
.fbExcludeFilterFile
7
.pmd
8
.pmdruleset.xml
9
+.idea
10
+*.iml
core/src/main/java/org/everit/json/schema/ValidationException.java
@@ -265,6 +265,8 @@ public String getMessage() {
265
return getPointerToViolation() + ": " + super.getMessage();
266
}
267
268
+ public String getErrorMessage() { return super.getMessage(); }
269
+
270
/**
271
* A JSON pointer denoting the part of the document which violates the schema. It always points
272
* from the root of the document to the violating data fragment, therefore it always starts with
0 commit comments