Package io.lenses.sql.udf
Class UdfRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.lenses.sql.udf.UdfRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class UdfRuntimeException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UdfRuntimeException(java.lang.String msg)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UdfRuntimeExceptionemptySchema()static UdfRuntimeExceptioninvalidValueTypes()static UdfRuntimeExceptionvalueTypesMismatch(DataType detected, DataType provided)
-
-
-
Method Detail
-
emptySchema
public static UdfRuntimeException emptySchema()
-
invalidValueTypes
public static UdfRuntimeException invalidValueTypes()
-
valueTypesMismatch
public static UdfRuntimeException valueTypesMismatch(DataType detected, DataType provided)
-
-