|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.gadgets.client.osapi.OsapiError
public class OsapiError
A class encapsulating the information about the error.
| Constructor Summary | |
|---|---|
protected |
OsapiError()
Required by JavaScriptObject policy. |
| Method Summary | |
|---|---|
int |
getCode()
Returns a code that indicates the actual error that occurred. |
java.lang.String |
getMessage()
Returns a String providing a short description of the error. |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected OsapiError()
JavaScriptObject policy.
| Method Detail |
|---|
public final int getCode()
public final java.lang.String getMessage()
String providing a short description of the error.
String providing a short description of the error.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||