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.Throwable
getConflictCause()
Obtains the cause of theConflict
.java.lang.String
getConflictDescription()
Obtains a description of theConflict
.
-
-
-
Method Detail
-
getConflictDescription
public java.lang.String getConflictDescription()
Description copied from interface:Conflict
Obtains a description of theConflict
.- Specified by:
getConflictDescription
in interfaceConflict
- Returns:
- Description of the
Conflict
.
-
getConflictCause
public java.lang.Throwable getConflictCause()
Description copied from interface:Conflict
Obtains the cause of theConflict
.- Specified by:
getConflictCause
in interfaceConflict
- Returns:
- Cause of the
Conflict
. May benull
.
-
-