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

org.sheinbergon.aac.jna.util.FdkAACLibException Maven / Gradle / Ivy

package org.sheinbergon.aac.jna.util;

public class FdkAACLibException extends RuntimeException {

    public FdkAACLibException(AACEncError error, String method) {
        super(String.format("Error %s returned from calling method '%s'", error.name(), method));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy