Class WrongTimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.variantsync.diffdetective.variation.diff.WrongTimeException
- All Implemented Interfaces:
Serializable
An exception that signals that an invalid
Time
was used for a certain computation.- See Also:
-
Constructor Summary
ConstructorDescriptionWrongTimeException
(String message) Creates a new exception with the given error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WrongTimeException
Creates a new exception with the given error message.- Parameters:
message
- Description of why the error occurred.
-