Class MolgenisValidationException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class MolgenisValidationException
    extends org.molgenis.data.MolgenisDataException
    Deprecated.
    use class that extends from CodedRuntimeException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MolgenisValidationException​(java.util.Set<org.molgenis.validation.ConstraintViolation> violations)
      Deprecated.
       
      MolgenisValidationException​(org.molgenis.validation.ConstraintViolation violation)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()
      Deprecated.
       
      java.util.Set<org.molgenis.validation.ConstraintViolation> getViolations()
      Deprecated.
       
      void renumberViolationRowIndices​(java.util.List<java.lang.Integer> actualIndices)
      Deprecated.
      renumber the violation row indices with the actual row numbers
      • Methods inherited from class org.springframework.core.NestedRuntimeException

        contains, getMostSpecificCause, getRootCause
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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

      • MolgenisValidationException

        public MolgenisValidationException​(org.molgenis.validation.ConstraintViolation violation)
        Deprecated.
      • MolgenisValidationException

        public MolgenisValidationException​(java.util.Set<org.molgenis.validation.ConstraintViolation> violations)
        Deprecated.
    • Method Detail

      • getViolations

        public java.util.Set<org.molgenis.validation.ConstraintViolation> getViolations()
        Deprecated.
      • getMessage

        public java.lang.String getMessage()
        Deprecated.
        Overrides:
        getMessage in class org.springframework.core.NestedRuntimeException
      • renumberViolationRowIndices

        public void renumberViolationRowIndices​(java.util.List<java.lang.Integer> actualIndices)
        Deprecated.
        renumber the violation row indices with the actual row numbers