public class UDFException
extends java.lang.Exception
UDFException indicates that the execution of a user-defined
function (UDF) has failed. If the corresponding user-defined function has
access to Java-objects - for example it is a java-function or a native
interface exists -, further information will be able to be encapsulated by
this UDFException.| Constructor and Description |
|---|
UDFException()
Creates a
UDFException without specifying a concrete (error)
message. |
UDFException(java.lang.String message)
Creates a
UDFException with a caller specified (error)
message. |
public UDFException()
UDFException without specifying a concrete (error)
message.public UDFException(java.lang.String message)
UDFException with a caller specified (error)
message.message - The message with an explanation of the exception.