|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.google.gwt.user.rebind.BadMethodException
public class BadMethodException
Used by Creators to indicate that the method that is being
generated cannot be instantiated.
| 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 |
|---|
public BadMethodException(java.lang.String msg)
BadMethodException constructor.
msg - message to read.
public BadMethodException(java.lang.String msg,
java.lang.Throwable e)
BadMethodException constructor.
msg - message to reade - cause of exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||