Interface ErrorDetails
-
public interface ErrorDetailsEncapsulates the details of an error message, a String message and aListof arguments to substitute into the error message- Author:
- Carl Wilson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getArguments()StringgetMessage()
-