Class WrongTimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.variantsync.diffdetective.variation.diff.WrongTimeException
All Implemented Interfaces:
Serializable

public class WrongTimeException extends RuntimeException
An exception that signals that an invalid Time was used for a certain computation.
See Also:
  • Constructor Details

    • WrongTimeException

      public WrongTimeException(String message)
      Creates a new exception with the given error message.
      Parameters:
      message - Description of why the error occurred.