net.tokensmith.parser.exception.ParseException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parser Show documentation
Show all versions of parser Show documentation
Parses HTTP inputs to POJOs
The newest version!
package net.tokensmith.parser.exception;
public class ParseException extends Exception {
public ParseException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy