|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fuin.utils4j.MergeException.Problem
public static final class MergeException.Problem
Error while merging a property.
| Constructor Summary | |
|---|---|
MergeException.Problem(java.lang.String text,
Property prop,
Property fileProp)
Constructor with message and properties. |
|
| Method Summary | |
|---|---|
Property |
getFileProp()
Returns the property from disk. |
Property |
getProp()
Returns the property from memory. |
java.lang.String |
getText()
Returns the message describing the problem. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MergeException.Problem(java.lang.String text,
Property prop,
Property fileProp)
text - Message describing the problem.prop - Property from memory.fileProp - Property from file.| Method Detail |
|---|
public final java.lang.String getText()
public final Property getProp()
public final Property getFileProp()
public final java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||