com.daioware.stream.InputException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of log Show documentation
Show all versions of log Show documentation
Log and stream utilities
The newest version!
package com.daioware.stream;
public class InputException extends Exception {
private static final long serialVersionUID = 1L;
public InputException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy