Package com._1c.g5.v8.dt.compare.merge
Class MergeProblem
- java.lang.Object
- 
- com._1c.g5.v8.dt.compare.merge.MergeProblem
 
- 
- Direct Known Subclasses:
- ExternalMergeToolProblem,- MergeValidationProblem
 
 public class MergeProblem extends Object A problem of merge.
- 
- 
Constructor SummaryConstructors Constructor Description MergeProblem(ComparisonNode node, String message)Creates a new instance.MergeProblem(String message)Creates a new instance.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()Returns the merge problem message.LonggetNodeId()Returns the identifier of the node with the merge problem.
 
- 
- 
- 
Constructor Detail- 
MergeProblempublic MergeProblem(String message) Creates a new instance.- Parameters:
- message- the merge problem message, may be- null
 
 - 
MergeProblempublic MergeProblem(ComparisonNode node, String message) Creates a new instance.- Parameters:
- node- the comparison node, cannot be- null
- message- the merge problem message, cannot be- null
 
 
- 
 
-