Uses of Enum Class
net.finmath.smartcontract.model.ExceptionId
-
Uses of ExceptionId in net.finmath.smartcontract.model
Modifier and TypeMethodDescriptionSDCException.getId()
static ExceptionId
Returns the enum constant of this class with the specified name.static ExceptionId[]
ExceptionId.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionSDCException
(ExceptionId id, String message) SDCException
(ExceptionId id, String message, int statusCode)