Class UDFOutputSeriesDataTypeNotValidException
- 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.UDFOutputSeriesDataTypeNotValidException
-
- All Implemented Interfaces:
java.io.Serializable
public class UDFOutputSeriesDataTypeNotValidException extends UDFParameterNotValidException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UDFOutputSeriesDataTypeNotValidException(int index, java.lang.String types)
-