|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.visualization.datasource.base.Warning
public class Warning
A warning generated while processing a request.
| Constructor Summary | |
|---|---|
Warning(ReasonType reasonType,
java.lang.String messageToUser)
Constructs a new exception with a reason type and a message for the user. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Returns the message. |
ReasonType |
getReasonType()
Returns the reason. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Warning(ReasonType reasonType,
java.lang.String messageToUser)
reasonType - The reason type of the exception.messageToUser - The message to the user.| Method Detail |
|---|
public ReasonType getReasonType()
public java.lang.String getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||