ThemeNotFound

Thrown when a theme CSS asset is found but produces no parseable color rules (e.g. the file is empty or contains only unsupported CSS).

Note: a missing or unreadable asset file throws java.io.IOException instead, because the error surfaces before any CSS parsing occurs.

Parameters

path

The asset path that was resolved but yielded no usable color rules.

Constructors

Link copied to clipboard
constructor(path: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?