类 ProguardCoreException

    • 嵌套类概要

      嵌套类 
      修饰符和类型 说明
      static class  ProguardCoreException.Builder
      Builder to construct ProguardCoreException objects.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      int getComponentErrorId()
      Returns the id for the error (exception).
      java.lang.Object[] getErrorParameters()
      Returns the list of information related to this error.
      • 从类继承的方法 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
    • 构造器详细资料

      • ProguardCoreException

        public ProguardCoreException​(int componentErrorId,
                                     java.lang.Throwable cause,
                                     java.lang.String message,
                                     java.lang.Object... errorParameters)
        Main constructor, all other constructors need to call this one in order to do common things (formating string for instance). Same as ProguardCoreException(int, String, Object...) but takes a Throwable argument to initialize the cause.
    • 方法详细资料

      • getComponentErrorId

        public int getComponentErrorId()
        Returns the id for the error (exception).
      • getErrorParameters

        public java.lang.Object[] getErrorParameters()
        Returns the list of information related to this error.