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

fit.exception.IncorrectPathException Maven / Gradle / Ivy

package fit.exception;

public class IncorrectPathException extends RuntimeException {
  public IncorrectPathException(String errorMessage) {
    super(errorMessage);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy