程序包 org.bukkit.event

类 EventException

所有已实现的接口:
Serializable

public class EventException extends Exception
另请参阅:
  • 构造器详细资料

    • EventException

      public EventException(Throwable throwable)
      在给定的异常的基础上构建个新的EventException。

      原文:Constructs a new EventException based on the given Exception

      参数:
      throwable - 触发这个异常的异常
    • EventException

      public EventException()
      构造一个新的EventException。

      原文:Constructs a new EventException

    • EventException

      public EventException(Throwable cause, String message)
      在给定的信息上构造一个新的EventException。

      原文:Constructs a new EventException with the given message

      参数:
      cause - 因为什么而触发此异常
      message - 信息
    • EventException

      public EventException(String message)
      在给定的信息的基础上构造一个新的EventException。

      原文:Constructs a new EventException based on the given Exception

      参数:
      message - 信息
  • 方法详细资料

    • getCause

      public Throwable getCause()
      如果适用,就会返回触发这个异常的异常。

      原文:If applicable, returns the Exception that triggered this Exception

      覆盖:
      getCause 在类中 Throwable
      返回:
      内部异常, 找不到返回null