Class UDFNotRegisteredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aristaflow.adept2.model.datamanagement.UDFNotRegisteredException
All Implemented Interfaces:
Serializable

public class UDFNotRegisteredException extends Exception
A UDFNotRegisteredException indicates that the requested user-defined function (UDF) is not available for the designated user-defined data type (UDT). This may also stem from mispelling the function name.
Author:
Ulrich Kreher
See Also:
  • Constructor Details

    • UDFNotRegisteredException

      public UDFNotRegisteredException()
      Creates a UDFNotRegisteredException without specifying a concrete (error) message.
    • UDFNotRegisteredException

      public UDFNotRegisteredException(String message)
      Creates a UDFNotRegisteredException with a caller specified (error) message.
      Parameters:
      message - The message with an explanation of the exception.