Class CommandIssue.UnsupportedCommandIssue

java.lang.Object
csw.params.commands.CommandIssue.UnsupportedCommandIssue
All Implemented Interfaces:
CommandIssue, Serializable, scala.Equals, scala.Product
Enclosing interface:
CommandIssue

public static final class CommandIssue.UnsupportedCommandIssue extends Object implements CommandIssue, scala.Product, Serializable
A command is unsupported by component

param: reason describing the cause of this issue

See Also:
  • Constructor Details

    • UnsupportedCommandIssue

      public UnsupportedCommandIssue(String reason)
  • Method Details

    • reason

      public String reason()
      Description copied from interface: CommandIssue
      A method to access the reason of command issue

      Specified by:
      reason in interface CommandIssue
      Returns:
      the reason for a command issue