Uses of Enum Class
net.finmath.smartcontract.model.ExceptionId
Packages that use ExceptionId
-
Uses of ExceptionId in net.finmath.smartcontract.model
Methods in net.finmath.smartcontract.model that return ExceptionIdModifier and TypeMethodDescriptionSDCException.getId()static ExceptionIdReturns 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.Constructors in net.finmath.smartcontract.model with parameters of type ExceptionIdModifierConstructorDescriptionSDCException(ExceptionId id, String message) SDCException(ExceptionId id, String message, int statusCode)