public static final class MergeException.Problem
extends java.lang.Object
Constructor and Description |
---|
Problem(java.lang.String text,
Property prop,
Property fileProp)
Constructor with message and properties.
|
Modifier and Type | Method and Description |
---|---|
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() |
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