Signals a validity error in a document being parsed.
Creates a new ValidityException
with a detail message.
Creates a new ValidityException
with a detail message and line and column numbers.
Creates a new ValidityException
with a detail message, line and column numbers,
and an underlying exception.
Creates a new ValidityException
with a detail message, the URI of the document that contained
the error, and approximate line and column numbers of the
first validity error.
Creates a new ValidityException
with a detail message, URI of the document containing the
validity error, line and column numbers of the error,
and an underlying exception.
Creates a new ValidityException
with a detail message and an underlying root cause.