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

org.umlg.runtime.domain.ocl.OclIsInvalidException Maven / Gradle / Ivy

There is a newer version: 2.0.16
Show newest version
package org.umlg.runtime.domain.ocl;

public class OclIsInvalidException extends RuntimeException {

	private static final long serialVersionUID = 6121323321831748975L;

	public OclIsInvalidException() {
		super();
	}

	public OclIsInvalidException(String message, Throwable cause) {
		super(message, cause);
	}

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

	public OclIsInvalidException(Throwable cause) {
		super(cause);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy