Class SchemaSmoother.IncompatibleSchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.drill.exec.physical.impl.scan.project.SchemaSmoother.IncompatibleSchemaException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SchemaSmoother
Exception thrown if the prior schema is not compatible with the
new table schema.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncompatibleSchemaException
public IncompatibleSchemaException()
-