org.apache.hadoop.hive.ql.exec
Class AmbiguousMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.hive.ql.metadata.HiveException
org.apache.hadoop.hive.ql.parse.SemanticException
org.apache.hadoop.hive.ql.exec.AmbiguousMethodException
- All Implemented Interfaces:
- Serializable
public class AmbiguousMethodException
- extends SemanticException
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<TypeInfo> argTypeInfos)
- Constructor.
- Parameters:
funcClass
- The UDF or UDAF class.argTypeInfos
- The list of argument types that lead to an ambiguity.
Copyright © 2009 The Apache Software Foundation