Package org.apache.parquet.format
Class InvalidParquetMetadataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.parquet.format.InvalidParquetMetadataException
-
- All Implemented Interfaces:
Serializable
public class InvalidParquetMetadataException extends RuntimeException
A specific RuntimeException thrown when invalid values are found in the Parquet file metadata (including the footer, page header etc.).- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-