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

com.nedap.archie.json.flat.DuplicateKeyException Maven / Gradle / Ivy

Go to download

tools that operate on the archie reference models and archetype object model

The newest version!
package com.nedap.archie.json.flat;

/**
 * Exception to indicate a key in the flat json has been added twice, and that this RM Object can thus not be
 * properly converted to flat json. This should not happen with proper input.
 */
public class DuplicateKeyException extends Exception {

    public DuplicateKeyException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy