Class ConflictImpl
- java.lang.Object
-
- net.officefloor.model.impl.change.ConflictImpl
-
-
Constructor Summary
Constructors Constructor Description ConflictImpl(java.lang.String conflictDescription, java.lang.Throwable cause)Initiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablegetConflictCause()Obtains the cause of theConflict.java.lang.StringgetConflictDescription()Obtains a description of theConflict.
-
-
-
Method Detail
-
getConflictDescription
public java.lang.String getConflictDescription()
Description copied from interface:ConflictObtains a description of theConflict.- Specified by:
getConflictDescriptionin interfaceConflict- Returns:
- Description of the
Conflict.
-
getConflictCause
public java.lang.Throwable getConflictCause()
Description copied from interface:ConflictObtains the cause of theConflict.- Specified by:
getConflictCausein interfaceConflict- Returns:
- Cause of the
Conflict. May benull.
-
-