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

Class DIFCellException

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getCellNumber()
      Getter for property cellNumber.
      • 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

      • DIFCellException

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

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

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

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

      • getCellNumber

        public int getCellNumber()
        Getter for property cellNumber.
        Returns:
        Value of property cellNumber.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.