Package org.apache.flink.types.variant
Class VariantTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.flink.types.variant.VariantTypeException
-
- All Implemented Interfaces:
Serializable
@PublicEvolving public class VariantTypeException extends RuntimeException
Exception thrown when a variant value is not of the expected type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VariantTypeException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
VariantTypeException
public VariantTypeException(String message)
-
-