Package org.apache.spark.types.variant
Class VariantSizeLimitException
Object
Throwable
Exception
RuntimeException
org.apache.spark.types.variant.VariantSizeLimitException
- All Implemented Interfaces:
Serializable
An exception indicating that we are attempting to build a variant with it value or metadata
exceeding the 16MiB size limit.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VariantSizeLimitException
public VariantSizeLimitException()
-