Package 

Class ValidationException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class ValidationException
    extends ResponseStatusException
                        

    Exception thrown when a validation fails.

    • Method Summary

      Modifier and Type Method Description
      final Collection<DataSearchError> getErrors()
      Throwable getCause()
      String getMessage()
      • Methods inherited from class kotlin.Throwable

        equals, hashCode, toString
      • Methods inherited from class java.lang.Exception

        addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class org.springframework.web.server.ResponseStatusException

        contains, getMostSpecificCause, getRootCause
      • Methods inherited from class com.weedow.spring.data.search.exception.ValidationException

        getHeaders, getReason, getResponseHeaders, getStatus
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait