Class ValidationConsistencyException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ValidationConsistencyException
    extends java.lang.IllegalArgumentException
    Exception thrown when ValidateElement is not consistent with the business rules in XEP=0122.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ValidationConsistencyException​(java.lang.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ValidationConsistencyException

        public ValidationConsistencyException​(java.lang.String message)
        Validation consistency exception constructor.
        Parameters:
        message - TODO javadoc me please