scalus.cardano.txbuilder.TxBuilderException
See theTxBuilderException companion object
sealed abstract class TxBuilderException(message: String, cause: Throwable = ...) extends RuntimeException
Base exception for all TxBuilder errors.
This sealed hierarchy provides typed exceptions for different failure modes in TxBuilder, enabling programmatic error handling while remaining backwards compatible with RuntimeException.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
-
class BalancingExceptionclass BuildStepExceptionclass DelayedRedeemerExceptionclass InsufficientAdaException
Members list
In this article