Class ObjectInterpolationWarning
- java.lang.Object
-
- org.codehaus.plexus.interpolation.object.ObjectInterpolationWarning
-
public class ObjectInterpolationWarning extends java.lang.ObjectRepresents a warning that occurred while interpolating an object graph. These warnings may not have a serious effect, so they don't cause an exception to be thrown. Each warning contains the path through the object graph from the point of entry to the place where the warning occurred, along with a message containing the actual warning and possibly aThrowablecause.- Author:
- jdcasey
-
-
Constructor Summary
Constructors Constructor Description ObjectInterpolationWarning(java.lang.String path, java.lang.String message)ObjectInterpolationWarning(java.lang.String path, java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablegetCause()java.lang.StringgetMessage()java.lang.StringgetPath()java.lang.StringtoString()
-