org.apache.hadoop.hive.ql.exec
Class UDFArgumentTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.hive.ql.metadata.HiveException
              extended by org.apache.hadoop.hive.ql.parse.SemanticException
                  extended by org.apache.hadoop.hive.ql.exec.UDFArgumentException
                      extended by org.apache.hadoop.hive.ql.exec.UDFArgumentTypeException
All Implemented Interfaces:
Serializable

public class UDFArgumentTypeException
extends UDFArgumentException

exception class, thrown when udf arguments have wrong types.

See Also:
Serialized Form

Constructor Summary
UDFArgumentTypeException()
           
UDFArgumentTypeException(int argumentId, String message)
           
 
Method Summary
 int getArgumentId()
           
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.UDFArgumentException
getArgTypeList, getFunctionClass, getMethods
 
Methods inherited from class org.apache.hadoop.hive.ql.metadata.HiveException
getCanonicalErrorMsg
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UDFArgumentTypeException

public UDFArgumentTypeException()

UDFArgumentTypeException

public UDFArgumentTypeException(int argumentId,
                                String message)
Method Detail

getArgumentId

public int getArgumentId()


Copyright © 2014 The Apache Software Foundation. All rights reserved.