类 CommandException

所有已实现的接口:
Serializable

public class CommandException extends RuntimeException
当执行命令过程中出现未处理的异常时抛出.
另请参阅:
  • 构造器详细资料

    • CommandException

      public CommandException()
      创建一个没有详细信息的新的CommandException实例.

      原文:Creates a new instance of CommandException without detail message.

    • CommandException

      public CommandException(String msg)
      用指定的详细信息构造一个新的CommandException实例.

      原文:Constructs an instance of CommandException with the specified detail message.

      参数:
      msg - 报错详细信息
    • CommandException

      public CommandException(String msg, Throwable cause)