java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.genologics.ri.userdefined.MissingUDFException
- All Implemented Interfaces:
Serializable
Exception thrown when a required user-defined field is not found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingUDFException(String name) Constructor with field name.MissingUDFException(String name, String message) Constructor with field name and message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingUDFException
Constructor with field name.- Parameters:
name- The name of the missing UDF.
-
MissingUDFException
Constructor with field name and message.- Parameters:
name- The name of the missing UDF.message- The exception message.
-
-
Method Details
-
getFieldName
Gets the name of the missing field.- Returns:
- The name of the missing UDF.
-