A B C D E F G H I L M N P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
V
- ValidityException - Exception in nu.xom
-
Signals a validity error in a document being parsed.
- ValidityException(String) - Constructor for exception nu.xom.ValidityException
-
Creates a new
ValidityException
with a detail message. - ValidityException(String, int, int) - Constructor for exception nu.xom.ValidityException
-
Creates a new
ValidityException
with a detail message and line and column numbers. - ValidityException(String, int, int, Throwable) - Constructor for exception nu.xom.ValidityException
-
Creates a new
ValidityException
with a detail message, line and column numbers, and an underlying exception. - ValidityException(String, String, int, int) - Constructor for exception nu.xom.ValidityException
-
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. - ValidityException(String, String, int, int, Throwable) - Constructor for exception nu.xom.ValidityException
-
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. - ValidityException(String, Throwable) - Constructor for exception nu.xom.ValidityException
-
Creates a new
ValidityException
with a detail message and an underlying root cause.
All Classes All Packages