Package org.apache.parquet.io
Class ParquetEncodingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.parquet.ParquetRuntimeException
-
- org.apache.parquet.io.ParquetEncodingException
-
- All Implemented Interfaces:
Serializable
public class ParquetEncodingException extends org.apache.parquet.ParquetRuntimeExceptionthrown when a decoding problem occured- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParquetEncodingException()ParquetEncodingException(String message)ParquetEncodingException(String message, Throwable cause)ParquetEncodingException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-