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

com.github.jbgust.jsrm.application.exception.ChamberPressureOutOfBoundException Maven / Gradle / Ivy

package com.github.jbgust.jsrm.application.exception;

public class ChamberPressureOutOfBoundException extends JSRMException {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy