Binary Decision Diagram Exception
open class BinaryDecisionDiagramException @JvmOverloads constructor(val message: String? = null, val cause: Throwable? = null) : RuntimeException
Content copied to clipboard
Base class for all exceptions related to Binary Decision Diagrams
Parameters
message
the detail message string.
cause
the cause of this exception.
Constructors
Link copied to clipboard
fun BinaryDecisionDiagramException(message: String? = null, cause: Throwable? = null)
Content copied to clipboard