Class NoSuchViewException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.iceberg.exceptions.NoSuchViewException
All Implemented Interfaces:
Serializable, CleanableFailure

public class NoSuchViewException extends RuntimeException implements CleanableFailure
Exception raised when attempting to load a view that does not exist.
See Also:
  • Constructor Details

    • NoSuchViewException

      @FormatMethod public NoSuchViewException(String message, Object... args)
    • NoSuchViewException

      @FormatMethod public NoSuchViewException(Throwable cause, String message, Object... args)