org.apache.hadoop.hive.ql.exec
Class AmbiguousMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.hive.ql.exec.AmbiguousMethodException
- All Implemented Interfaces:
- Serializable
public class AmbiguousMethodException
- extends Exception
Exception thrown by the UDF and UDAF method resolvers in case a unique method is not found.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AmbiguousMethodException
public AmbiguousMethodException(Class<?> funcClass,
List<Class<?>> argClasses)
- Constructor.
- Parameters:
funcClass
- The UDF or UDAF class.argClasses
- The list of argument types that lead to an ambiguity.
Copyright © 2009 The Apache Software Foundation