Package | Description |
---|---|
com.google.gwt.core.client |
Fundamental classes used in client-side GWT code.
|
Modifier and Type | Method and Description |
---|---|
CodeDownloadException.Reason |
CodeDownloadException.getReason() |
static CodeDownloadException.Reason |
CodeDownloadException.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeDownloadException.Reason[] |
CodeDownloadException.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CodeDownloadException(String message,
CodeDownloadException.Reason reason) |
Copyright © 2018. All rights reserved.