org.codehaus.plexus.interpolation.object

Class ObjectInterpolationWarning

public class ObjectInterpolationWarning extends Object

Represents 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 a Throwable cause.

Author: jdcasey

Constructor Summary
ObjectInterpolationWarning(String path, String message)
ObjectInterpolationWarning(String path, String message, Throwable cause)
Method Summary
ThrowablegetCause()
StringgetMessage()
StringgetPath()
StringtoString()

Constructor Detail

ObjectInterpolationWarning

public ObjectInterpolationWarning(String path, String message)

ObjectInterpolationWarning

public ObjectInterpolationWarning(String path, String message, Throwable cause)

Method Detail

getCause

public Throwable getCause()

getMessage

public String getMessage()

getPath

public String getPath()

toString

public String toString()
Copyright © 2001-2009 Codehaus. All Rights Reserved.