public class

BadMethodException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.gwt.user.rebind.BadMethodException

Class Overview

Used by Creators to indicate that the method that is being generated cannot be instantiated.

Summary

Public Constructors
BadMethodException(String msg)
BadMethodException constructor.
BadMethodException(String msg, Throwable e)
BadMethodException constructor.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public BadMethodException (String msg)

BadMethodException constructor.

Parameters
msg message to read.

public BadMethodException (String msg, Throwable e)

BadMethodException constructor.

Parameters
msg message to read
e cause of exception