Java com.google.gwt.core.client JavaScriptException fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.core.client JavaScriptException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.core.client JavaScriptException.

The text is from its open source code.

Constructor

Method

StringgetDescription()
Returns the original JavaScript message of the exception; may be null.
JavaScriptObjectgetException()
Returns the original JavaScript the exception; may be null.
StringgetMessage()
StringgetName()
Returns the original JavaScript type name of the exception; may be null.