Package com.luciad.format.aixm.decoder
Interface ILcdAIXMErrorMessageSupport
public interface ILcdAIXMErrorMessageSupport
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
-
-