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

Class DIFNumberPairInfoException

    • Constructor Summary

      Constructors 
      Constructor and Description
      DIFNumberPairInfoException(int expectedVector, int expectedTuple, int actualVector, int actualTuple)
      Creates a new instance of DIFNumberPairInfoException without detail message.
      DIFNumberPairInfoException(java.lang.String msg, int expectedVector, int expectedTuple, int actualVector, int actualTuple)
      Constructs an instance of DIFNumberPairInfoException with the specified detail message.
      DIFNumberPairInfoException(java.lang.String msg, java.lang.Throwable cause, int expectedVector, int expectedTuple, int actualVector, int actualTuple)
      Constructs an instance of DIFNumberPairInfoException with the specified detail message and root cause.
      DIFNumberPairInfoException(java.lang.Throwable cause, int expectedVector, int expectedTuple, int actualVector, int actualTuple)
      Constructs an instance of DIFNumberPairInfoException with the specified root cause.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getActualTuple()
      Getter for property actualTuple.
      int getActualVector()
      Getter for property actualVector.
      int getExpectedTuple()
      Getter for property expectedTuple.
      int getExpectedVector()
      Getter for property expectedVector.
      • 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

      • DIFNumberPairInfoException

        public DIFNumberPairInfoException(int expectedVector,
                                          int expectedTuple,
                                          int actualVector,
                                          int actualTuple)
        Creates a new instance of DIFNumberPairInfoException without detail message.
      • DIFNumberPairInfoException

        public DIFNumberPairInfoException(java.lang.String msg,
                                          int expectedVector,
                                          int expectedTuple,
                                          int actualVector,
                                          int actualTuple)
        Constructs an instance of DIFNumberPairInfoException with the specified detail message.
        Parameters:
        msg - the detail message.
      • DIFNumberPairInfoException

        public DIFNumberPairInfoException(java.lang.Throwable cause,
                                          int expectedVector,
                                          int expectedTuple,
                                          int actualVector,
                                          int actualTuple)
        Constructs an instance of DIFNumberPairInfoException with the specified root cause.
        Parameters:
        cause - the root cause of the exception.
      • DIFNumberPairInfoException

        public DIFNumberPairInfoException(java.lang.String msg,
                                          java.lang.Throwable cause,
                                          int expectedVector,
                                          int expectedTuple,
                                          int actualVector,
                                          int actualTuple)
        Constructs an instance of DIFNumberPairInfoException with the specified detail message and root cause.
        Parameters:
        msg - the detail message.
        cause - the root cause of the exception.
    • Method Detail

      • getExpectedVector

        public int getExpectedVector()
        Getter for property expectedVector.
        Returns:
        Value of property expectedVector.
      • getActualVector

        public int getActualVector()
        Getter for property actualVector.
        Returns:
        Value of property actualVector.
      • getExpectedTuple

        public int getExpectedTuple()
        Getter for property expectedTuple.
        Returns:
        Value of property expectedTuple.
      • getActualTuple

        public int getActualTuple()
        Getter for property actualTuple.
        Returns:
        Value of property actualTuple.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.