org.fuin.utils4j
Class MergeException.Problem

java.lang.Object
  extended by org.fuin.utils4j.MergeException.Problem
Enclosing class:
MergeException

public static final class MergeException.Problem
extends java.lang.Object

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

MergeException.Problem

public MergeException.Problem(java.lang.String text,
                              Property prop,
                              Property fileProp)
Constructor with message and properties.

Parameters:
text - Message describing the problem.
prop - Property from memory.
fileProp - Property from file.
Method Detail

getText

public final java.lang.String getText()
Returns the message describing the problem.

Returns:
Detailed message.

getProp

public final Property getProp()
Returns the property from memory.

Returns:
Property.

getFileProp

public final Property getFileProp()
Returns the property from disk.

Returns:
Property.

toString

public final java.lang.String toString()

Overrides:
toString in class java.lang.Object


Copyright © 2009 Future Invent Informationsmanagement GmbH. All Rights Reserved.