Class SlashCommandSyntaxException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.symphony.bdk.core.activity.exception.SlashCommandSyntaxException
All Implemented Interfaces:
Serializable

@API(status=STABLE) public class SlashCommandSyntaxException extends RuntimeException
This exception is triggered when a SlashCommand is instantiated with an invalid command pattern.
See Also:
  • Constructor Details

    • SlashCommandSyntaxException

      public SlashCommandSyntaxException(String message, Throwable cause)
    • SlashCommandSyntaxException

      public SlashCommandSyntaxException(String message)