public final class MergeException
extends java.lang.Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
MergeException.Problem
Error while merging a property.
|
| Constructor and Description |
|---|
MergeException(java.io.File file,
MergeException.Problem[] problems)
Constructor with file and problem list.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getFile()
File that caused the exception.
|
MergeException.Problem[] |
getProblems()
Returns an array with the problems.
|
public MergeException(java.io.File file,
MergeException.Problem[] problems)
file - File that caused the exception.problems - List of one or more problems.public final java.io.File getFile()
public final MergeException.Problem[] getProblems()