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.
Since:
0.9
See Also:
  • Constructor Details

    • ManifestException

      public ManifestException(String message)
      Creates a new ManifestException.
      Since:
      0.9
    • ManifestException

      public ManifestException(String message, Throwable cause)
      Creates a new ManifestException.
      Since:
      0.9