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

org.devocative.wickomp.IExceptionToMessageHandler Maven / Gradle / Ivy

There is a newer version: 2.11
Show newest version
package org.devocative.wickomp;

import org.apache.wicket.Component;

import java.io.Serializable;

public interface IExceptionToMessageHandler extends Serializable {

	String handleMessage(Component component, Exception e);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy