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

xuml.tools.model.compiler.runtime.RelationshipNotEstablishedException Maven / Gradle / Ivy

package xuml.tools.model.compiler.runtime;

public class RelationshipNotEstablishedException extends RuntimeException {

    private static final long serialVersionUID = 3478494967228307335L;

    public RelationshipNotEstablishedException() {
        super();
    }

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy