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

com.kangyonggan.extra.test.Log4j2ValidHandle Maven / Gradle / Ivy

package com.kangyonggan.extra.test;


import com.kangyonggan.extra.core.handle.ValidHandle;

/**
 * @author kangyonggan
 * @since 11/7/17
 */
public class Log4j2ValidHandle implements ValidHandle {

    @Override
    public void failure(RuntimeException e) {
        System.err.println("参数校验异常:" + e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy