Class MissingUDFException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.genologics.ri.userdefined.MissingUDFException
All Implemented Interfaces:
Serializable

public class MissingUDFException extends RuntimeException
Exception thrown when a required user-defined field is not found.
See Also:
  • Constructor Details

    • MissingUDFException

      public MissingUDFException(String name)
      Constructor with field name.
      Parameters:
      name - The name of the missing UDF.
    • MissingUDFException

      public MissingUDFException(String name, String message)
      Constructor with field name and message.
      Parameters:
      name - The name of the missing UDF.
      message - The exception message.
  • Method Details

    • getFieldName

      public String getFieldName()
      Gets the name of the missing field.
      Returns:
      The name of the missing UDF.