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() |
getCanonicalErrorMsg
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2017 The Apache Software Foundation. All rights reserved.