|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.fuin.utils4j.MergeException
public final class MergeException
One or more attempts to merge properties failed.
| Nested Class Summary | |
|---|---|
static class |
MergeException.Problem
Error while merging a property. |
| Constructor Summary | |
|---|---|
MergeException(java.io.File file,
MergeException.Problem[] problems)
Constructor with file and problem list. |
|
| Method Summary | |
|---|---|
java.io.File |
getFile()
File that caused the exception. |
MergeException.Problem[] |
getProblems()
Returns an array with the problems. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MergeException(java.io.File file,
MergeException.Problem[] problems)
file - File that caused the exception.problems - List of one or more problems.| Method Detail |
|---|
public final java.io.File getFile()
public final MergeException.Problem[] getProblems()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||