Documentation of 'com.csam.dif.DIFRowException' Java class
DIFRowException
com.csam.dif

Class DIFRowException

    • Constructor Summary

      Constructors 
      Constructor and Description
      DIFRowException(DIFSheet sheet, int rowNumber)
      Creates a new instance of DIFRowException without detail message.
      DIFRowException(java.lang.String msg, DIFSheet sheet, int rowNumber)
      Constructs an instance of DIFRowException with the specified detail message.
      DIFRowException(java.lang.String msg, java.lang.Throwable cause, DIFSheet sheet, int rowNumber)
      Constructs an instance of DIFRowException with the specified detail message and root cause.
      DIFRowException(java.lang.Throwable cause, DIFSheet sheet, int rowNumber)
      Constructs an instance of DIFRowException with the specified root cause.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getRowNumber()
      Getter for property rowNumber.
      DIFSheet getSheet()
      Getter for property sheet.
      • 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

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

      • DIFRowException

        public DIFRowException(DIFSheet sheet,
                               int rowNumber)
        Creates a new instance of DIFRowException without detail message.
      • DIFRowException

        public DIFRowException(java.lang.String msg,
                               DIFSheet sheet,
                               int rowNumber)
        Constructs an instance of DIFRowException with the specified detail message.
        Parameters:
        msg - the detail message.
      • DIFRowException

        public DIFRowException(java.lang.Throwable cause,
                               DIFSheet sheet,
                               int rowNumber)
        Constructs an instance of DIFRowException with the specified root cause.
        Parameters:
        cause - the root cause of the exception.
      • DIFRowException

        public DIFRowException(java.lang.String msg,
                               java.lang.Throwable cause,
                               DIFSheet sheet,
                               int rowNumber)
        Constructs an instance of DIFRowException with the specified detail message and root cause.
        Parameters:
        msg - the detail message.
        cause - the root cause of the exception.
    • Method Detail

      • getSheet

        public DIFSheet getSheet()
        Getter for property sheet.
        Returns:
        Value of property sheet.
      • getRowNumber

        public int getRowNumber()
        Getter for property rowNumber.
        Returns:
        Value of property rowNumber.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.