Klasse SimpleConstraintViolation

java.lang.Object
net.sf.oval.ConstraintViolation
gdv.xport.util.SimpleConstraintViolation
Alle implementierten Schnittstellen:
Serializable

public final class SimpleConstraintViolation extends net.sf.oval.ConstraintViolation
Die Klasse SimpleConstraintViolation vereinfacht den Umgang mit ConstraintViolation.
Seit:
3.1 (12.01.2018)
Autor:
oboehm
Siehe auch:
  • Konstruktordetails

    • SimpleConstraintViolation

      public SimpleConstraintViolation(Feld validatedObject, Throwable cause)
    • SimpleConstraintViolation

      public SimpleConstraintViolation(String message, Feld validatedObject)
    • SimpleConstraintViolation

      public SimpleConstraintViolation(String message, Object validatedObject, Object invalidValue)
    • SimpleConstraintViolation

      public SimpleConstraintViolation(Satz satz, List<net.sf.oval.ConstraintViolation> violations)
  • Methodendetails

    • getViolations

      public List<net.sf.oval.ConstraintViolation> getViolations()
      Hierueber koennen weitere Validierungsfehler abgeholt werden, die noch an dieser ConstraintViolation mit dranhaengen.
      Gibt zurück:
      Liste mit Violations (die wiederum weitere enthalten koennen)
      Seit:
      5.4
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse net.sf.oval.ConstraintViolation
    • toString

      public static String toString(List<net.sf.oval.ConstraintViolation> violations)