com.docmosis.template.analysis
Class MessageAndSuggestions
java.lang.Object
com.docmosis.template.analysis.MessageAndSuggestions
public class MessageAndSuggestions
- extends Object
A container for an error message and possibly suggestions
to assist resolving it.
MessageAndSuggestions
public MessageAndSuggestions(String message,
String[] suggestions)
getMessage
public String getMessage()
- Get the message indicating an issue
- Returns:
- the message
getSuggestions
public String[] getSuggestions()
- Get any suggestions which may help resolve the problem
- Returns:
- null if no suggestions are available
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2014–2021 Docmosis Pty Ltd. All rights reserved.