
exception.TreeRemovalException 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 TreeRemovalException extends AbstractCustomException {
public TreeRemovalException(Exception exception) {
super(exception);
}
public TreeRemovalException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy