Class InvalidMultiMatchPhaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.getelements.elements.sdk.model.exception.BaseException
dev.getelements.elements.sdk.model.exception.InvalidDataException
dev.getelements.elements.sdk.model.exception.InvalidMultiMatchPhaseException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidMultiMatchPhaseException(MultiMatchStatus actual, MultiMatchStatus... expected) -
Method Summary
Modifier and TypeMethodDescriptionGets the actual status of theMultiMatch.Gets the expected status of theMultiMatch.Methods inherited from class dev.getelements.elements.sdk.model.exception.InvalidDataException
getCodeMethods inherited from class dev.getelements.elements.sdk.model.exception.BaseException
forceFillInStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidMultiMatchPhaseException
-
-
Method Details
-
getActual
Gets the actual status of theMultiMatch.- Returns:
- the status
-
getExpected
Gets the expected status of theMultiMatch. That is to say the status which was required for the operation to succeed.- Returns:
- the expected status
-