|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.rgma.RGMAWarning
public class RGMAWarning
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 |
---|
public RGMAWarning(java.lang.String message)
message
- Warning message.Method Detail |
---|
public java.lang.String getMessage()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |