Class ValidationException

All Implemented Interfaces:
Serializable

public class ValidationException extends RuntimeException
Turns a set of Validated.Invalid into a throwable exception, which is used to throw an unchecked exception at runtime when one or more properties are invalid.
See Also:
  • Constructor Details

  • Method Details

    • getSource

      public URI getSource()
    • setSource

      public void setSource(URI source)
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable