Class CommandIssue.OtherIssue

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

public static final class CommandIssue.OtherIssue extends Object implements CommandIssue, scala.Product, Serializable
Returned when some other issue occurred apart from those already defined

param: reason describing the cause of this issue

See Also:
  • Constructor Details

    • OtherIssue

      public OtherIssue(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