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

com.jpattern.core.command.IOnExceptionStrategy Maven / Gradle / Ivy

The newest version!
package com.jpattern.core.command;

import com.jpattern.logger.ILogger;

/**
 * 
 * @author cinafr
 * 
 * Define the behaviour of the command when a runtime exception is thrown
 *
 */
public interface IOnExceptionStrategy {

	public void onException(RuntimeException e, ILogger iLogger, ACommandResult commandResult, String errorMessage);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy