Class WebValidationException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    DefaultWebValidationException

    public class WebValidationException
    extends Exception
    Exception to indicate problems with data provided. You should only use this exception in the case of normal operation or 'expected' problems with the data. i.e. validation errors. Contains errorCollection for easy communication back to user.
    See Also:
    Serialized Form