ContentDirectoryNotFoundException class final

Thrown by buildSearchIndex when the given content directory doesn't exist. A plain Exception, not an ArgumentError: a missing directory is an expected, recoverable condition for a CLI or script to catch and report — not a programmer bug.

Implemented types

Constructors

ContentDirectoryNotFoundException(String path)
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
path → String
The directory that was passed to buildSearchIndex and doesn't exist.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited