Interface Conflict

  • All Known Implementing Classes:
    ConflictImpl

    public interface Conflict
    Obtains a Conflict preventing a Change from being applied.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • getConflictDescription

        java.lang.String getConflictDescription()
        Obtains a description of the Conflict.
        Returns:
        Description of the Conflict.
      • getConflictCause

        java.lang.Throwable getConflictCause()
        Obtains the cause of the Conflict.
        Returns:
        Cause of the Conflict. May be null.