Class ManifestException

All Implemented Interfaces:
Serializable

public class ManifestException extends RuntimeException
Thrown when a workspace manifest cannot be read or has invalid structure.
See Also:
  • Constructor Details

    • ManifestException

      public ManifestException(String message)
      Create an exception with a message.
      Parameters:
      message - description of the manifest problem
    • ManifestException

      public ManifestException(String message, Throwable cause)
      Create an exception with a message and cause.
      Parameters:
      message - description of the manifest problem
      cause - underlying exception