A convenience initializer for an assertion error that includes the keys:
-"message" -"expectedValue" -"observedValue"
in the infoDictionary
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(FTException) | :: | self | ||||
| character(len=*) | :: | msg | ||||
| class(FTValue), | POINTER | :: | expectedValueObject | |||
| class(FTValue), | POINTER | :: | ObservedValueObject | |||
| integer | :: | level |