Class UDFAttributeNotProvidedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.iotdb.udf.api.exception.UDFException
-
- org.apache.iotdb.udf.api.exception.UDFParameterNotValidException
-
- org.apache.iotdb.udf.api.exception.UDFAttributeNotProvidedException
-
- All Implemented Interfaces:
java.io.Serializable
public class UDFAttributeNotProvidedException extends UDFParameterNotValidException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UDFAttributeNotProvidedException(java.lang.String requiredAttribute)
-