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