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

org.bimserver.validationreport.IssueException Maven / Gradle / Ivy

Go to download

Shared libraries, common parent for both BIMserver and BimServerClientLib

There is a newer version: 2.0.0
Show newest version
package org.bimserver.validationreport;

import javax.xml.datatype.DatatypeConfigurationException;

public class IssueException extends Exception {

	private static final long serialVersionUID = -6816053014987016681L;

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

	public IssueException(Exception e) {
		super(e);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy