Class MergeValidationException

All Implemented Interfaces:
Serializable

public class MergeValidationException extends ValidationException
Exception that occurs during a validation step before merging changes.

Used by MergeValidationListeners provided by plugins. Messages should be considered human-readable.

See Also:
  • Constructor Details

    • MergeValidationException

      public MergeValidationException(String msg)
    • MergeValidationException

      public MergeValidationException(String msg, Throwable why)