paxel.lib.ResultException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tool-shed Show documentation
Show all versions of tool-shed Show documentation
Grouping Executor for grouped sequential processing
The newest version!
package paxel.lib;
public class ResultException extends RuntimeException {
public ResultException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy