Class ValidationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ValidationException
    extends java.lang.Exception
    Exception that show problem during validation.
    See Also:
    Serialized Form
    • 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

      • ValidationException

        public ValidationException()
        Constructor.
      • ValidationException

        public ValidationException​(java.lang.String message,
                                   java.lang.Throwable cause)
        Constructor.
        Parameters:
        message - to be set.
        cause - for the exception.
      • ValidationException

        public ValidationException​(java.lang.String message)
        Set message of the exception.
        Parameters:
        message - to be set.
      • ValidationException

        public ValidationException​(java.lang.Throwable cause)
        Set exception that occurs the problem.
        Parameters:
        cause - for the exception.