All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.linuxforhealth.hl7.exception.NoMoreRepititionException Maven / Gradle / Ivy

Go to download

FHIR converter is a Java based library that enables converting Hl7v2 messages to FHIR resources

There is a newer version: 1.0.19
Show newest version
/*
 * (C) Copyright IBM Corp. 2020
 *
 * SPDX-License-Identifier: Apache-2.0
 */
package io.github.linuxforhealth.hl7.exception;

public class NoMoreRepititionException extends RuntimeException {

  public NoMoreRepititionException(String message, Throwable e) {
    super(message, e);
  }


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy