Class CannotMapFormInfo
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.stapi.formapi.forminfo.exceptions.CannotMapFormInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic CannotMapFormInfostatic CannotMapFormInfobecauseThereWasNoCommandHandlerDefinitionForProvidedOperation(String operationId, Throwable cause) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
becauseThereWasNoCommandHandlerDefinitionForProvidedOperation
public static CannotMapFormInfo becauseThereWasNoCommandHandlerDefinitionForProvidedOperation(String operationId) -
becauseThereWasNoCommandHandlerDefinitionForProvidedOperation
public static CannotMapFormInfo becauseThereWasNoCommandHandlerDefinitionForProvidedOperation(String operationId, Throwable cause)
-