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 Link icon

    • NoSuchIcebergViewException Link icon

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

    • check Link icon

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