Class InputParseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DisallowedUsageException, NoMatchException

public class InputParseException extends WorldEditException
Thrown when parsed input results in an error.
See Also:
  • Constructor Details

    • InputParseException

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

      @Deprecated public InputParseException(String message)
      Deprecated.
      Throw with a message.
      Parameters:
      message - the message
    • InputParseException

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

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