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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ClassItem.AmbiguousMethodNameException
public ClassItem.AmbiguousMethodNameException(String msg)
ClassItem.AmbiguousMethodNameException
public ClassItem.AmbiguousMethodNameException()