class DealMismatchException : Exception| <init> |
DealMismatchException(expectedDeal: ContractState, actualDeal: ContractState) |
| actualDeal |
val actualDeal: ContractState |
| expectedDeal |
val expectedDeal: ContractState |
| toString |
fun toString(): String |