scala.build.errors

Type members

Classlikes

final class ScalaJsLinkingError extends BuildException
final class SingleValueExpectedError(val directive: StrictDirective, val path: Either[String, Path]) extends BuildException
sealed abstract class UsingDirectiveExpectationError(message: String) extends BuildException
final class UsingDirectiveValueNumError(maybePath: Either[String, Path], key: String, usingDirectiveValueNumberBounds: UsingDirectiveValueNumberBounds, providedValueNum: Int) extends UsingDirectiveExpectationError
final class UsingDirectiveWrongValueTypeError(maybePath: Either[String, Path], key: String, expectedTypes: Set[UsingDirectiveValueKind], providedPositionedTypesContainer: GroupedScopedValuesContainer, hint: String) extends UsingDirectiveExpectationError
class WrongJarPathError(exceptionMessage: String) extends BuildException
class WrongJavaHomePathError(javaHomeValue: String, exceptionMessage: String) extends BuildException