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

com.github.dakusui.floorplan.exception.FloorPlanException Maven / Gradle / Ivy

Go to download

A library to model a heterogeneous and distributed software system for testing

There is a newer version: 5.1.1
Show newest version
package com.github.dakusui.floorplan.exception;

abstract class FloorPlanException extends RuntimeException {
  FloorPlanException(String message) {
    super(message);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy