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

com.renderx.util.ErrorHandler Maven / Gradle / Ivy

The newest version!
package com.renderx.util;

public interface ErrorHandler {

    void info(String string);

    void warning(String string);

    void error(String string);

    void exception(String string, Exception excptn);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy