Package dev.zucca_ops.kustomtrace.exceptions
package dev.zucca_ops.kustomtrace.exceptions
-
ExceptionsClassDescriptionException thrown when the content of a Kustomize file (e.g., kustomization.yaml, or a resource YAML/JSON) is found to be invalid or unparsable according to expected structure or syntax.Exception thrown when a reference in a Kustomization file is invalid, unresolvable, or malformed.Base class for custom exceptions specific to the KustomTrace application.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.Exception thrown when a file path is processed or expected to be part of the Kustomize graph (e.g., a modified file input to 'affected-apps') but is found to be unreferenced by any Kustomization within the analyzed structure.