Interface IThrowableToStringConverter
-
public interface IThrowableToStringConverter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisApplicable(java.lang.Throwable throwable)java.lang.StringtoString(java.lang.Throwable throwable)
-