Class DiffException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DiffException
    extends java.lang.Exception
    A wrapper exception classes for various exceptions that can happen whilst performing a diff.
    Author:
    Antony Riley
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DiffException​(java.lang.Exception toWrap)
      Create a new DiffException wrapping another exception.
    • 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.Exception toWrap)
        Create a new DiffException wrapping another exception.
        Parameters:
        toWrap - the wrapped exception