
com.github.dakusui.floorplan.exception.FloorPlanException Maven / Gradle / Ivy
package com.github.dakusui.floorplan.exception;
public abstract class FloorPlanException extends RuntimeException {
FloorPlanException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy