
exception.NodeNotFoundException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flexible-tree Show documentation
Show all versions of flexible-tree Show documentation
Library for generating permutation of given value domains
The newest version!
package exception;
/**
* Created by chief on 04.07.17.
*/
public class NodeNotFoundException extends AbstractCustomException{
public NodeNotFoundException(Exception exception) {
super(exception);
}
public NodeNotFoundException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy