Skip to content

Latest commit

 

History

History
76 lines (76 loc) · 4.34 KB

cn.nukkit.utils.EventException.md

File metadata and controls

76 lines (76 loc) · 4.34 KB
    • 构造函数一览

      构造函数 
      构造函数描述
      EventException()
      Constructs a new EventException
      EventException(String message)
      Constructs a new EventException with the given message
      EventException(Throwable throwable)
      Constructs a new EventException based on the given Exception
      EventException(Throwable cause, String message)
      Constructs a new EventException with the given message
    • 成员函数一览

      All Methods Instance Methods Concrete Methods 
      修饰符和类 成员函数描述
      Throwable getCause()
      If applicable, returns the Exception that triggered this Exception
      • 继承自类 java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • 继承自类 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait