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

io.polyapi.client.error.generation.GeneratedClassNotFoundException Maven / Gradle / Ivy

The newest version!
package io.polyapi.client.error.generation;

/**
 * Exception thrown when a generated class is not loaded into the class loader.
 */
public class GeneratedClassNotFoundException extends GenerationException {

    public GeneratedClassNotFoundException(String qualifiedName, Throwable cause) {
        super("Class with qualified name '%s' not found.", qualifiedName, cause);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy