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