org.senkbeil.sitegen

exceptions

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. case class BundledThemeException(exceptions: Seq[ThemeException]) extends Exception with ThemeException with Product with Serializable

    Represents a bundle (or collection) of exceptions related to a theme.

  2. case class FailedResolutionThemeException(organization: String, artifact: String, version: String, errors: Seq[String]) extends Exception with ThemeException with Product with Serializable

    Represents a failure to resolve a dependency (using Coursier) that acts as a theme.

  3. case class FileErrorThemeException(fileError: FileError) extends Exception with ThemeException with Product with Serializable

    Represents a failure related to accessing/loading a file (using Coursier) that is tied to a theme.

  4. case class InvalidFileFormatThemeException(file: File, expectedFormat: String = "") extends Exception with ThemeException with Product with Serializable

    Represents a failure related to an invalid file format (extension) relating to a theme.

  5. case class MissingContentThemeException(content: String) extends Exception with ThemeException with Product with Serializable

    Represents a failure due to unavailable or missing content of a theme.

  6. sealed trait ThemeException extends Exception

    Represents a generic exception related to a theme.

Ungrouped