パッケージ org.springframework.shell

クラス CommandNotFound

実装済みのインターフェース一覧:
SerializableSE

public class CommandNotFound extends RuntimeExceptionSE
コマンドをユーザー入力にマップできなかった場合に ResultHandler によって処理される結果
関連事項:
  • コンストラクターの詳細

  • 方法の詳細

    • getMessage

      public StringSE getMessage()
      オーバーライド:
      クラス ThrowableSEgetMessage 
    • getWords

      public ListSE<StringSE> getWords()
      この例外で words を取得します。
      戻り値:
      一言
    • getRegistrations

      public MapSE<StringSE,CommandRegistration> getRegistrations()
      このエラーが作成されたときに既知のコマンド登録を取得します。
      戻り値:
      既知のコマンド登録
    • getText

      public StringSE getText()
      生のテキスト入力を取得します。
      戻り値:
      生のテキスト入力