Package net.officefloor.model.change
Interface Conflict
-
- All Known Implementing Classes:
ConflictImpl
public interface Conflict
- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Throwable
getConflictCause()
Obtains the cause of theConflict
.java.lang.String
getConflictDescription()
Obtains a description of theConflict
.
-