Package org.molgenis.data.validation
Class MolgenisValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.core.NestedRuntimeException
-
- org.springframework.dao.DataAccessException
-
- org.molgenis.data.MolgenisDataException
-
- org.molgenis.data.validation.MolgenisValidationException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class MolgenisValidationException extends org.molgenis.data.MolgenisDataExceptionDeprecated.use class that extends fromCodedRuntimeException- 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.StringgetMessage()Deprecated.java.util.Set<org.molgenis.validation.ConstraintViolation>getViolations()Deprecated.voidrenumberViolationRowIndices(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
-
-
-
-
Method Detail
-
getViolations
public java.util.Set<org.molgenis.validation.ConstraintViolation> getViolations()
Deprecated.
-
getMessage
public java.lang.String getMessage()
Deprecated.- Overrides:
getMessagein classorg.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
-
-