public class UDFArgumentException extends SemanticException
| Constructor and Description |
|---|
UDFArgumentException() |
UDFArgumentException(String message) |
UDFArgumentException(String message,
Class<?> funcClass,
List<TypeInfo> argTypeInfos,
List<Method> methods)
Constructor.
|
UDFArgumentException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeInfo> |
getArgTypeList() |
Class<?> |
getFunctionClass() |
List<Method> |
getMethods() |
getCanonicalErrorMsgaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2017 The Apache Software Foundation. All rights reserved.