|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
alt.jiapi.reflect.MethodExistsException
public class MethodExistsException
This exception is thrown when adding a method to class and a method with a same name and parameter signature exists.
| Constructor Summary | |
|---|---|
MethodExistsException(JiapiMethod method)
|
|
| Method Summary | |
|---|---|
JiapiMethod |
getMethod()
Get a method which already exists in a class. |
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MethodExistsException(JiapiMethod method)
| Method Detail |
|---|
public JiapiMethod getMethod()
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||