Package net.anwiba.commons.message
Interface IThrowableToMessagePresentationConverter
-
- All Superinterfaces:
IApplicable<java.lang.Throwable>
public interface IThrowableToMessagePresentationConverter extends IApplicable<java.lang.Throwable>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.StringtoDescription(java.lang.Throwable throwable)default java.lang.StringtoDetailInfo(java.lang.Throwable throwable)default java.lang.StringtoText(java.lang.Throwable throwable)-
Methods inherited from interface net.anwiba.commons.lang.functional.IApplicable
and, isApplicable, not, or
-
-