Class DiffException

  • All Implemented Interfaces:
    java.io.Serializable

    @API(type=NOT_EXTENDABLE,
         src=PUBLIC)
    public class DiffException
    extends java.lang.Exception
    Exception thrown by the diff performer when a problem is encountered and the operation fails or if the operation was stopped.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DiffException​(java.lang.String message)  
      DiffException​(java.lang.String message, java.lang.Exception cause)  
    • Method Summary

      • 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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DiffException

        public DiffException​(java.lang.String message)
        Parameters:
        message - The message of the exception.
      • DiffException

        public DiffException​(java.lang.String message,
                             java.lang.Exception cause)
        Parameters:
        message - The message of the exception.
        cause - The cause of exception.