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