Package org.apache.parquet
Class ParquetRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.parquet.ParquetRuntimeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OutputStreamCloseException,ShouldNeverHappenException
public abstract class ParquetRuntimeException extends RuntimeException
The parent class for all runtime exceptions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParquetRuntimeException()ParquetRuntimeException(String message)ParquetRuntimeException(String message, Throwable cause)ParquetRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-