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

org.sheinbergon.aac.encoder.util.WAVAudioInputException Maven / Gradle / Ivy

package org.sheinbergon.aac.encoder.util;

public class WAVAudioInputException extends RuntimeException {

    public WAVAudioInputException(String paramter, String value) {
        super(String.format("Invalid WAV input: '%s' - %s", paramter, value));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy