public class HarWarning
extends java.lang.Object
Constructor and Description |
---|
HarWarning(java.lang.String message)
Creates a new
HarWarning object |
HarWarning(java.lang.String message,
org.codehaus.jackson.JsonLocation location)
Creates a new
HarWarning object |
Modifier and Type | Method and Description |
---|---|
org.codehaus.jackson.JsonLocation |
getLocation()
Returns the location value.
|
java.lang.String |
getMessage()
Returns the message value.
|
void |
setLocation(org.codehaus.jackson.JsonLocation location)
Sets the location value.
|
void |
setMessage(java.lang.String message)
Sets the message value.
|
java.lang.String |
toString() |
public HarWarning(java.lang.String message)
HarWarning
objectmessage
- warning messagepublic HarWarning(java.lang.String message, org.codehaus.jackson.JsonLocation location)
HarWarning
objectmessage
- warning messagelocation
- location of the warningpublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- The message to set.public org.codehaus.jackson.JsonLocation getLocation()
public void setLocation(org.codehaus.jackson.JsonLocation location)
location
- The location to set.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
Copyright © 2011 Emmanuel Cecchet - University of Massachusetts - All Rights Reserved.