Class ValidationException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    EmptyValueException

    public class ValidationException
    extends java.lang.Exception
    Defines a validation exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ValidationException​(java.lang.String message)
      Constructor for ValidationException
      ValidationException​(java.lang.String message, java.lang.Exception e)
      Constructor for ValidationException
    • 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​(java.lang.String message)
        Constructor for ValidationException
        Parameters:
        message - the message
      • ValidationException

        public ValidationException​(java.lang.String message,
                                   java.lang.Exception e)
        Constructor for ValidationException
        Parameters:
        message - the message
        e - the nested exception