Class InvalidMetaCommand (0.27.1)

publicclass InvalidMetaCommandextendsCommand

Fallthrough Command which should match most meta-commands. We are expected to run this last in the matching logic to present the user with better error statements.

Inheritance

java.lang.Object > Command > InvalidMetaCommand

Methods

getPattern()

publicPatterngetPattern()

The pattern expected by this command: is() will only return true if it matches this pattern.

Returns
Type Description
Pattern
Overrides

translate()

publicStringtranslate()
Returns
Type Description
String
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.