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

org.monte.media.ParseException Maven / Gradle / Ivy

The newest version!

package org.monte.media;


public class ParseException extends Exception {

    public static final long serialVersionUID = 1L;

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

    public ParseException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy