Package org.apache.parquet.cli.commands
Class CheckParquet251Command.BadStatsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.parquet.cli.commands.CheckParquet251Command.BadStatsException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CheckParquet251Command
public static class CheckParquet251Command.BadStatsException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadStatsException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BadStatsException
public BadStatsException(String message)
-
-