public class ExcelImExporterError extends Object implements Serializable
| Constructor and Description |
|---|
ExcelImExporterError(ExcelImExportErrorTypes aType)
The message template of the type will be used as message.
|
ExcelImExporterError(ExcelImExportErrorTypes aType,
String aMessage) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
ExcelImExportErrorTypes |
getType() |
public ExcelImExporterError(ExcelImExportErrorTypes aType)
aType - The type of error which occurred.ExcelImExportErrorTypespublic ExcelImExporterError(ExcelImExportErrorTypes aType, String aMessage)
aType - The type of error which occurred.aMessage - A message which describes the occurred error. A message
template or a complete message can be get from the message
type: ExcelImExportErrorTypes.getMessageTemplate().ExcelImExportErrorTypespublic String getMessage()
public ExcelImExportErrorTypes getType()
Copyright © 2019. All rights reserved.