Package org.apache.parquet.column
Class UnknownColumnTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.parquet.ParquetRuntimeException
-
- org.apache.parquet.column.UnknownColumnTypeException
-
- All Implemented Interfaces:
Serializable
public class UnknownColumnTypeException extends org.apache.parquet.ParquetRuntimeExceptionThrown if the specified column type is unknown in the underlying storage- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownColumnTypeException(PrimitiveType.PrimitiveTypeName type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrimitiveType.PrimitiveTypeNamegetType()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownColumnTypeException
public UnknownColumnTypeException(PrimitiveType.PrimitiveTypeName type)
-
-
Method Detail
-
getType
public PrimitiveType.PrimitiveTypeName getType()
-
-