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
Reset zoom Hide graph Show graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
Members list
Attributes
Inherited from:
Throwable
Attributes
Inherited from:
Throwable
Attributes
Inherited from:
Throwable
Attributes
Inherited from:
Throwable
Attributes
Inherited from:
Throwable
Attributes
Inherited from:
Throwable
Attributes
Inherited from:
Throwable
Attributes
Inherited from:
Throwable
Attributes
Inherited from:
Throwable
Attributes
Inherited from:
Throwable
Attributes
Inherited from:
Throwable
Attributes
Inherited from:
Throwable
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:
Throwable