Uses of Enum
com.google.gwt.core.client.CodeDownloadException.Reason
Packages that use CodeDownloadException.Reason
-
Uses of CodeDownloadException.Reason in com.google.gwt.core.client
Methods in com.google.gwt.core.client that return CodeDownloadException.ReasonModifier and TypeMethodDescriptionCodeDownloadException.getReason()
static CodeDownloadException.Reason
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.Constructors in com.google.gwt.core.client with parameters of type CodeDownloadException.ReasonModifierConstructorDescriptionCodeDownloadException
(String message, CodeDownloadException.Reason reason)