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

Class DIFKeywordException

    • Constructor Summary

      Constructors 
      Constructor and Description
      DIFKeywordException(java.lang.String expected, java.lang.String actual)
      Creates a new instance of DIFKeywordException without detail message.
      DIFKeywordException(java.lang.String msg, java.lang.String expected, java.lang.String actual)
      Constructs an instance of DIFKeywordException with the specified detail message.
      DIFKeywordException(java.lang.String msg, java.lang.Throwable cause, java.lang.String expected, java.lang.String actual)
      Constructs an instance of DIFKeywordException with the specified detail message and root cause.
      DIFKeywordException(java.lang.Throwable cause, java.lang.String expected, java.lang.String actual)
      Constructs an instance of DIFKeywordException with the specified root cause.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getActual()
      Getter for property actual.
      java.lang.String getExpected()
      Getter for property expected.
      • 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

      • DIFKeywordException

        public DIFKeywordException(java.lang.String expected,
                                   java.lang.String actual)
        Creates a new instance of DIFKeywordException without detail message.
      • DIFKeywordException

        public DIFKeywordException(java.lang.String msg,
                                   java.lang.String expected,
                                   java.lang.String actual)
        Constructs an instance of DIFKeywordException with 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 of DIFKeywordException with 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 of DIFKeywordException with the specified detail message and root cause.
        Parameters:
        msg - the detail message.
        cause - the root cause of the exception.
    • Method Detail

      • getExpected

        public java.lang.String getExpected()
        Getter for property expected.
        Returns:
        Value of property expected.
      • getActual

        public java.lang.String getActual()
        Getter for property actual.
        Returns:
        Value of property actual.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.