org.glite.rgma
Class RGMAWarning

java.lang.Object
  extended byorg.glite.rgma.RGMAWarning

public class RGMAWarning
extends java.lang.Object

RGMAWarnings are used to warn about the quality of an answer to a query. They are attached to ResultSets.


Constructor Summary
RGMAWarning(java.lang.String message)
          Create a new RGMAWarning object.
 
Method Summary
 java.lang.String getMessage()
          Gets the message for this warning.
 java.lang.String toString()
          Returns a string representation of the object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RGMAWarning

public RGMAWarning(java.lang.String message)
Create a new RGMAWarning object.

Parameters:
message - Warning message.
Method Detail

getMessage

public java.lang.String getMessage()
Gets the message for this warning.

Returns:
Returns the warning message.

toString

public java.lang.String toString()
Returns a string representation of the object.

Returns:
A string representation of the object.
See Also:
Object.toString()