Class ManifestException

All Implemented Interfaces:
Serializable

public class ManifestException extends GradleException
Is thrown in the case an operation is applied against a Manifest that violates the Manifest specification.
See Also:
  • Constructor Details

    • ManifestException

      public ManifestException(String message)
    • ManifestException

      public ManifestException(String message, Throwable cause)