Class ValidationException

  • All Implemented Interfaces:
    Serializable

    public class ValidationException
    extends io.mosip.kernel.core.exception.BaseUncheckedException
    Exception to hold validation errors
    See Also:
    Serialized Form
    • Constructor Detail

      • ValidationException

        public ValidationException​(List<io.mosip.kernel.core.exception.ServiceError> errors)
    • Method Detail

      • getErrors

        public List<io.mosip.kernel.core.exception.ServiceError> getErrors()