Class UDFException

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

public class UDFException extends Exception
A 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.
Author:
Ulrich Kreher
See Also:
  • Constructor Details

    • UDFException

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

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