Class ConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.palantir.gradle.abi.checker.ConflictException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConflictException(String message, Collection<com.palantir.abi.checker.datamodel.conflict.Conflict> conflicts) -
Method Summary
Modifier and TypeMethodDescriptionCollection<com.palantir.abi.checker.datamodel.conflict.Conflict> Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConflictException
public ConflictException(String message, Collection<com.palantir.abi.checker.datamodel.conflict.Conflict> conflicts)
-
-
Method Details
-
getConflicts
-