Class CompilationException

  • All Implemented Interfaces:
    Serializable

    public class CompilationException
    extends org.apache.parquet.ParquetRuntimeException
    thrown when a problem occured while compiling the column reader
    See Also:
    Serialized Form
    • Constructor Detail

      • CompilationException

        public CompilationException()
      • CompilationException

        public CompilationException​(String message,
                                    Throwable cause)
      • CompilationException

        public CompilationException​(String message)
      • CompilationException

        public CompilationException​(Throwable cause)