Class ExcelParserException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExcelParserException
    extends java.lang.RuntimeException
    Exception which can be thrown by ImportParameterParser
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ExcelParserException​(java.lang.String cellValue, java.lang.String expectedFormat)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCellValue()  
      java.lang.String getExpectedFormat()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ExcelParserException

        public ExcelParserException​(java.lang.String cellValue,
                                    java.lang.String expectedFormat)
    • Method Detail

      • getCellValue

        public java.lang.String getCellValue()
      • getExpectedFormat

        public java.lang.String getExpectedFormat()