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

com.zpf.api.IErrorHandler Maven / Gradle / Ivy

package com.zpf.api;

public interface IErrorHandler {
    boolean onException(Throwable throwable);

    boolean onErrorCode(int code);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy