JAC project
AOPSYS
CEDRIC & LIP6 labs

org.objectweb.jac.core.rtti
Class ClassItem.AmbiguousMethodNameException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.objectweb.jac.core.rtti.ClassItem.AmbiguousMethodNameException
All Implemented Interfaces:
Serializable
Enclosing class:
ClassItem

public static class ClassItem.AmbiguousMethodNameException
extends RuntimeException

The exception that is thrown when the accessed method has some synonymes (methods with same names but different parameter types).

See Also:
Serialized Form

Constructor Summary
ClassItem.AmbiguousMethodNameException()
           
ClassItem.AmbiguousMethodNameException(String msg)
           
 
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

ClassItem.AmbiguousMethodNameException

public ClassItem.AmbiguousMethodNameException(String msg)

ClassItem.AmbiguousMethodNameException

public ClassItem.AmbiguousMethodNameException()

Contact JAC development team:
Renaud Pawlak
Lionel Seinturier
Laurent Martelli