Class ValidationConsistencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.jivesoftware.smackx.xdatavalidation.ValidationConsistencyException
- All Implemented Interfaces:
Serializable
Exception thrown when
ValidateElement
is not consistent with the business rules in XEP=0122.- See Also:
-
Constructor Summary
ConstructorDescriptionValidationConsistencyException
(String message) Validation consistency exception constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationConsistencyException
Validation consistency exception constructor.- Parameters:
message
- TODO javadoc me please
-