Package org.japprove.exceptions
Class DiffingFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.japprove.exceptions.DiffingFailedException
- All Implemented Interfaces:
java.io.Serializable
public class DiffingFailedException
extends java.lang.RuntimeException
This Exception is thrown if the differences of two Files cannot be computed.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DiffingFailedException(java.lang.String message) -
Method Summary
-
Constructor Details
-
DiffingFailedException
public DiffingFailedException(java.lang.String message)
-