Package com.luciad.format.arinc.decoder
Interface ILcdARINCErrorMessageSupport
public interface ILcdARINCErrorMessageSupport
A support class for accumulating error messages.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addErrorReport
(String aErrorReport) Adds an error string to the error message.
-
Method Details
-
addErrorReport
Adds an error string to the error message.- Parameters:
aErrorReport
- the error string to add.
-