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.ThrowablegetConflictCause()Obtains the cause of theConflict.java.lang.StringgetConflictDescription()Obtains a description of theConflict.
-