Class ExcelParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hybris.backoffice.excel.importing.parser.ExcelParserException
All Implemented Interfaces:
Serializable

public class ExcelParserException extends RuntimeException
Exception which can be thrown by ImportParameterParser
See Also:
  • Constructor Details

    • ExcelParserException

      public ExcelParserException(String cellValue, String expectedFormat)
  • Method Details

    • getCellValue

      public String getCellValue()
    • getExpectedFormat

      public String getExpectedFormat()