com.csam.dif
Class DIFNumberPairInfoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.csam.dif.DIFException
-
- com.csam.dif.DIFFormatException
-
- com.csam.dif.DIFNumberPairInfoException
-
- All Implemented Interfaces:
- java.io.Serializable
public class DIFNumberPairInfoException extends DIFFormatException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DIFNumberPairInfoException(int expectedVector, int expectedTuple, int actualVector, int actualTuple)Creates a new instance ofDIFNumberPairInfoExceptionwithout detail message.DIFNumberPairInfoException(java.lang.String msg, int expectedVector, int expectedTuple, int actualVector, int actualTuple)Constructs an instance ofDIFNumberPairInfoExceptionwith the specified detail message.DIFNumberPairInfoException(java.lang.String msg, java.lang.Throwable cause, int expectedVector, int expectedTuple, int actualVector, int actualTuple)Constructs an instance ofDIFNumberPairInfoExceptionwith the specified detail message and root cause.DIFNumberPairInfoException(java.lang.Throwable cause, int expectedVector, int expectedTuple, int actualVector, int actualTuple)Constructs an instance ofDIFNumberPairInfoExceptionwith the specified root cause.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetActualTuple()Getter for property actualTuple.intgetActualVector()Getter for property actualVector.intgetExpectedTuple()Getter for property expectedTuple.intgetExpectedVector()Getter for property expectedVector.
-
-
-
Constructor Detail
-
DIFNumberPairInfoException
public DIFNumberPairInfoException(int expectedVector, int expectedTuple, int actualVector, int actualTuple)Creates a new instance ofDIFNumberPairInfoExceptionwithout detail message.
-
DIFNumberPairInfoException
public DIFNumberPairInfoException(java.lang.String msg, int expectedVector, int expectedTuple, int actualVector, int actualTuple)Constructs an instance ofDIFNumberPairInfoExceptionwith 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 ofDIFNumberPairInfoExceptionwith 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 ofDIFNumberPairInfoExceptionwith 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