Class NoMatchException

All Implemented Interfaces:
Serializable

public class NoMatchException extends InputParseException
Thrown when a match fails when input is parsed.
See Also:
  • Constructor Details

    • NoMatchException

      public NoMatchException(com.sk89q.worldedit.util.formatting.text.Component message)
      Create with a message.
      Parameters:
      message - the message
    • NoMatchException

      @Deprecated public NoMatchException(String message)
      Deprecated.
      Create with a message.
      Parameters:
      message - the message
    • NoMatchException

      public NoMatchException(com.sk89q.worldedit.util.formatting.text.Component message, Throwable cause)
      Create with a message and a cause.
      Parameters:
      message - the message
      cause - the cause
    • NoMatchException

      @Deprecated public NoMatchException(String message, Throwable cause)
      Deprecated.
      Create with a message and a cause.
      Parameters:
      message - the message
      cause - the cause