InvalidValueOperationException class
An exception that is thrown when a given operation cannot be performed on invalid LogicValue
- Inheritance
-
- Object
- RohdException
- InvalidValueOperationException
Constructors
- InvalidValueOperationException(LogicValue a, String op)
-
An exception that is thrown when a given operation
op
cannot be performed on invalid inputa
i.e., LogicValue.isValid isfalse
.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited