Class CannotValidateCommand
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.stapi.graphsystem.commandvalidation.model.exceptions.CannotValidateCommand
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic CannotValidateCommandbecauseThereWasNoOperationDefinition(String commandName) static CannotValidateCommandbecauseThereWasNoOperationDefinition(String commandName, Throwable cause) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
becauseThereWasNoOperationDefinition
-
becauseThereWasNoOperationDefinition
public static CannotValidateCommand becauseThereWasNoOperationDefinition(String commandName, Throwable cause)
-