
org.devocative.wickomp.IExceptionToMessageHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wickomp Show documentation
Show all versions of wickomp Show documentation
Web components for Apache Wicket
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