public class ExcelImExporterWarning extends Object
| Constructor and Description |
|---|
ExcelImExporterWarning(ExcelImExportWarningTypes aType)
The message template of the type will be used as message.
|
ExcelImExporterWarning(ExcelImExportWarningTypes aType,
String aMessage) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
ExcelImExportWarningTypes |
getType() |
public ExcelImExporterWarning(ExcelImExportWarningTypes aType)
aType - The warning type.public ExcelImExporterWarning(ExcelImExportWarningTypes aType, String aMessage)
aType - The warning type.aMessage - A message which describes what's happened.public String getMessage()
public ExcelImExportWarningTypes getType()
Copyright © 2019. All rights reserved.