InitialContradictions

sbt.internal.util.logic.Logic.InitialContradictions
final class InitialContradictions(val literals: Set[Atom]) extends LogicException

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val literals: Set[Atom]

Inherited fields

override val toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
LogicException