org.apache.hadoop.hive.ql.exec
Class UDFArgumentLengthException
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.UDFArgumentException
org.apache.hadoop.hive.ql.exec.UDFArgumentLengthException
- All Implemented Interfaces:
- Serializable
public class UDFArgumentLengthException
- extends UDFArgumentException
exception class, thrown when udf arguments have wrong length.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UDFArgumentLengthException
public UDFArgumentLengthException(String message)
Copyright © 2013 The Apache Software Foundation