alt.jiapi.reflect
Class MethodExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by alt.jiapi.reflect.MethodExistsException
All Implemented Interfaces:
java.io.Serializable

public class MethodExistsException
extends java.lang.Exception

This exception is thrown when adding a method to class and a method with a same name and parameter signature exists.

Version:
$Revision: 1.2 $ $Date: 2002/03/19 17:14:34 $
Author:
Mika Riekkinen, Joni Suominen
See Also:
Serialized Form

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

MethodExistsException

public MethodExistsException(JiapiMethod method)
Method Detail

getMethod

public JiapiMethod getMethod()
Get a method which already exists in a class.

Returns:
an existing method in a class


Copyright © 2001. Documenation generated August 26 2011.