Class NoSuchIcebergViewException

All Implemented Interfaces:
Serializable, CleanableFailure

public class NoSuchIcebergViewException extends NoSuchViewException
NoSuchIcebergViewException thrown when a view is found, but it is not an Iceberg view.
See Also:
  • Constructor Details

    • NoSuchIcebergViewException

      @FormatMethod public NoSuchIcebergViewException(String message, Object... args)
  • Method Details

    • check

      @FormatMethod public static void check(boolean test, String message, Object... args)