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
public class ValidationConsistencyException extends IllegalArgumentException
Exception thrown whenValidateElement
is not consistent with the business rules in XEP=0122.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationConsistencyException(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 Detail
-
ValidationConsistencyException
public ValidationConsistencyException(String message)
Validation consistency exception constructor.- Parameters:
message
- TODO javadoc me please
-
-