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