
io.mstream.trader.commons.utils.exception.ParsingException Maven / Gradle / Ivy
package io.mstream.trader.commons.utils.exception;
public class ParsingException
extends LightweightException {
private static final ParsingException instance =
new ParsingException();
protected ParsingException() {}
public static RuntimeException get() {
return instance;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy