com.csam.dif
Class DIFKeywordException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.csam.dif.DIFException
-
- com.csam.dif.DIFFormatException
-
- com.csam.dif.DIFKeywordException
-
- All Implemented Interfaces:
- java.io.Serializable
public class DIFKeywordException extends DIFFormatException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DIFKeywordException(java.lang.String expected, java.lang.String actual)Creates a new instance ofDIFKeywordExceptionwithout detail message.DIFKeywordException(java.lang.String msg, java.lang.String expected, java.lang.String actual)Constructs an instance ofDIFKeywordExceptionwith the specified detail message.DIFKeywordException(java.lang.String msg, java.lang.Throwable cause, java.lang.String expected, java.lang.String actual)Constructs an instance ofDIFKeywordExceptionwith the specified detail message and root cause.DIFKeywordException(java.lang.Throwable cause, java.lang.String expected, java.lang.String actual)Constructs an instance ofDIFKeywordExceptionwith the specified root cause.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetActual()Getter for property actual.java.lang.StringgetExpected()Getter for property expected.
-
-
-
Constructor Detail
-
DIFKeywordException
public DIFKeywordException(java.lang.String expected, java.lang.String actual)Creates a new instance ofDIFKeywordExceptionwithout detail message.
-
DIFKeywordException
public DIFKeywordException(java.lang.String msg, java.lang.String expected, java.lang.String actual)Constructs an instance ofDIFKeywordExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
DIFKeywordException
public DIFKeywordException(java.lang.Throwable cause, java.lang.String expected, java.lang.String actual)Constructs an instance ofDIFKeywordExceptionwith the specified root cause.- Parameters:
cause- the root cause of the exception.
-
DIFKeywordException
public DIFKeywordException(java.lang.String msg, java.lang.Throwable cause, java.lang.String expected, java.lang.String actual)Constructs an instance ofDIFKeywordExceptionwith the specified detail message and root cause.- Parameters:
msg- the detail message.cause- the root cause of the exception.
-
-
DMelt 3.0 © DataMelt by jWork.ORG