Searched refs:EMismatchedSetException (Results 1 – 2 of 2) sorted by relevance
1545 EMismatchedSetException = class(ERecognitionException) class1556 EMismatchedNotSetException = class(EMismatchedSetException)3062 constructor EMismatchedSetException.Create(const AExpecting: IBitSet;3069 function EMismatchedSetException.ToString: String; in EMismatchedSetException.ToString()4333 MSE: EMismatchedSetException absolute E;4395 if (E is EMismatchedSetException) then5398 MSE: EMismatchedSetException absolute E;5420 if (E is EMismatchedSetException) then
1089 FException := EMismatchedSetException.Create(nil, Input);