All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bazaarvoice.emodb.sor.delta.deser.ParseException Maven / Gradle / Ivy

The newest version!
package com.bazaarvoice.emodb.sor.delta.deser;

public class ParseException extends RuntimeException {

    public ParseException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy