
ingenias.exception.InvalidPath Maven / Gradle / Ivy
package ingenias.exception;
public class InvalidPath extends Exception {
public InvalidPath() {
// TODO Auto-generated constructor stub
}
public InvalidPath(String arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
public InvalidPath(Throwable arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
public InvalidPath(String arg0, Throwable arg1) {
super(arg0, arg1);
// TODO Auto-generated constructor stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy