com.google.gwt.user.rebind
Class BadMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.gwt.user.rebind.BadMethodException
All Implemented Interfaces:
java.io.Serializable

public class BadMethodException
extends java.lang.Exception

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

See Also:
Serialized Form

Constructor Summary
BadMethodException(java.lang.String msg)
          BadMethodException constructor.
BadMethodException(java.lang.String msg, java.lang.Throwable e)
          BadMethodException constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadMethodException

public BadMethodException(java.lang.String msg)
BadMethodException constructor.

Parameters:
msg - message to read.

BadMethodException

public BadMethodException(java.lang.String msg,
                          java.lang.Throwable e)
BadMethodException constructor.

Parameters:
msg - message to read
e - cause of exception