程序包 cn.nukkit.utils

类 EventException

所有已实现的接口:
Serializable

public class EventException extends RuntimeException
作者:
MagicDroidX (Nukkit Project)
另请参阅:
  • 构造器详细资料

    • EventException

      public EventException(Throwable throwable)
      Constructs a new EventException based on the given Exception
      参数:
      throwable - Exception that triggered this Exception
    • EventException

      public EventException()
      Constructs a new EventException
    • EventException

      public EventException(Throwable cause, String message)
      Constructs a new EventException with the given message
      参数:
      cause - The exception that caused this
      message - The message
    • EventException

      public EventException(String message)
      Constructs a new EventException with the given message
      参数:
      message - The message
  • 方法详细资料

    • getCause

      public Throwable getCause()
      If applicable, returns the Exception that triggered this Exception
      覆盖:
      getCause 在类中 Throwable
      返回:
      Inner exception, or null if one does not exist