scala.build.errors

Members list

Concise view

Type members

Classlikes

final class ScalaJsLinkingError extends BuildException

Attributes

Graph
Supertypes
class BuildException
trait Diagnostic
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
final class SingleValueExpectedError(val directive: StrictDirective, val path: Either[String, Path]) extends BuildException

Attributes

Graph
Supertypes
class BuildException
trait Diagnostic
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
sealed abstract class UsingDirectiveExpectationError(message: String) extends BuildException

Attributes

Graph
Supertypes
class BuildException
trait Diagnostic
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
final class UsingDirectiveValueNumError(maybePath: Either[String, Path], key: String, expectedBounds: String, providedValueNum: Int) extends UsingDirectiveExpectationError

Attributes

Graph
Supertypes
class BuildException
trait Diagnostic
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
final class UsingDirectiveWrongValueTypeError(maybePath: Either[String, Path], key: String, expectedTypes: Seq[String], hint: String) extends UsingDirectiveExpectationError

Attributes

Graph
Supertypes
class BuildException
trait Diagnostic
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any