Class UnidentifiedFunctionError

All Implemented Interfaces:
Serializable

public class UnidentifiedFunctionError extends FunctionMetapathError
FOER0000: Thrown when an unidentified error occurs during function evaluation.
See Also:
  • Constructor Details

    • UnidentifiedFunctionError

      public UnidentifiedFunctionError(@Nullable String message, @Nullable Throwable cause)
      Constructs a new Metapath exception with the provided message and cause.
      Parameters:
      message - the exception message
      cause - the original exception cause
    • UnidentifiedFunctionError

      public UnidentifiedFunctionError(@Nullable String message)
      Constructs a new Metapath exception with the provided message and no cause.
      Parameters:
      message - the exception message
    • UnidentifiedFunctionError

      public UnidentifiedFunctionError(@Nullable Throwable cause)
      Constructs a new Metapath exception with a null message and the provided cause.
      Parameters:
      cause - the original exception cause