Class NotAnAppException

All Implemented Interfaces:
Serializable

public class NotAnAppException extends KustomException
Exception thrown when a given path is expected to represent or lead to a Kustomize application (i.e., a kustomization file or a directory containing one), but cannot be resolved as such.
See Also:
  • Constructor Details

    • NotAnAppException

      public NotAnAppException(Path path)
      Constructs a NotAnAppException with a default message indicating the path is not a valid Kustomize application.
      Parameters:
      path - The file system Path that was determined not to be a Kustomize application. May be null if the context for the path is unavailable.