DFError

dfhdl.core.DFError
See theDFError companion class
object DFError

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
DFError.type

Members list

Type members

Classlikes

class Basic(val opName: String, val iae: IllegalArgumentException)(using dfc: DFC) extends DFError

Attributes

Supertypes
class DFError
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
class REG_DIN[T]
final class Derived(from: DFError) extends DFError

Attributes

Supertypes
class DFError
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
object FakeEnum extends DFError

Attributes

Supertypes
class DFError
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
FakeEnum.type
final class REG_DIN[T <: DFTypeAny](val dfVar: DFVarOf[T])(using dfc: DFC) extends Basic

Attributes

Supertypes
class Basic
class DFError
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Givens

Givens

given derived$CanEqual: CanEqual[DFError, DFError]

Extensions

Extensions

extension (dfErr: DFError)
inline def asFE[T <: DFTypeAny]: T
inline def asNet: DFNet
inline def asVal[T <: DFTypeAny, M <: ModifierAny]: DFVal[T, M]
inline def asValOf[T <: DFTypeAny]: DFValOf[T]