跳过导航链接
org.noear.solon.core.util

类 DataThrowable

    • 方法概要

      所有方法 实例方法 具体方法 
      限定符和类型 方法和说明
      java.lang.Object data()
      数据获取
      DataThrowable data(java.lang.Object data)
      数据设定
      • 从类继承的方法 java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 构造器详细资料

      • DataThrowable

        public DataThrowable()
      • DataThrowable

        public DataThrowable(java.lang.Throwable cause)
      • DataThrowable

        public DataThrowable(java.lang.String message)
      • DataThrowable

        public DataThrowable(java.lang.String message,
                             java.lang.Throwable cause)
    • 方法详细资料

      • data

        public java.lang.Object data()
        数据获取
      • data

        public DataThrowable data(java.lang.Object data)
        数据设定