Uses of Class
org.isda.cdm.SimmExceptionEnum
-
Packages that use SimmExceptionEnum Package Description org.isda.cdm -
-
Uses of SimmExceptionEnum in org.isda.cdm
Fields in org.isda.cdm declared as SimmExceptionEnum Modifier and Type Field Description protected SimmExceptionEnum
SimmException.SimmExceptionBuilder. standardisedException
Methods in org.isda.cdm that return SimmExceptionEnum Modifier and Type Method Description SimmExceptionEnum
SimmException. getStandardisedException()
The Standard Initial Margin Model exception when specified by the party according to one of the enumerated values.SimmExceptionEnum
SimmException.SimmExceptionBuilder. getStandardisedException()
static SimmExceptionEnum
SimmExceptionEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SimmExceptionEnum[]
SimmExceptionEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.isda.cdm with parameters of type SimmExceptionEnum Modifier and Type Method Description SimmException.SimmExceptionBuilder
SimmException.SimmExceptionBuilder. setStandardisedException(SimmExceptionEnum standardisedException)
-