Uses of Class
org.apache.parquet.ParquetRuntimeException
-
Packages that use ParquetRuntimeException Package Description org.apache.parquet -
-
Uses of ParquetRuntimeException in org.apache.parquet
Subclasses of ParquetRuntimeException in org.apache.parquet Modifier and Type Class Description classOutputStreamCloseExceptionRuntime exception indicating that a stream failed to be closed properly.classShouldNeverHappenExceptionUsed in code blocks that should be unreachable, but the compiler does not know this, for example the default clause of an exhaustive switch statement.
-