Package com.google.errorprone.apply
Class DiffNotApplicableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.errorprone.apply.DiffNotApplicableException
- All Implemented Interfaces:
Serializable
public class DiffNotApplicableException extends RuntimeException
Exception thrown if a
Diff
could not be applied by a DiffApplier
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DiffNotApplicableException(String msg)
DiffNotApplicableException(String msg, Throwable cause)
DiffNotApplicableException(Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DiffNotApplicableException
-
DiffNotApplicableException
-
DiffNotApplicableException
-