Package org.apache.iceberg.exceptions
Class NoSuchIcebergViewException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.iceberg.exceptions.NoSuchViewException
-
- org.apache.iceberg.exceptions.NoSuchIcebergViewException
-
- All Implemented Interfaces:
java.io.Serializable
,CleanableFailure
public class NoSuchIcebergViewException extends NoSuchViewException
NoSuchIcebergViewException thrown when a view is found, but it is not an Iceberg view.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchIcebergViewException(java.lang.String message, java.lang.Object... args)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
check(boolean test, java.lang.String message, java.lang.Object... args)
-