类 ProguardCoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- proguard.exception.ProguardCoreException
-
- 所有已实现的接口:
java.io.Serializable
- 直接已知子类:
ArrayIndexOutOfBounds,ArrayStoreTypeException,ASTStructureException,EmptyCodeAttributeException,ExcessiveComplexityException,IncompleteClassHierarchyException,NegativeStackSizeException,PartialEvaluatorException,StackCategoryOneException,StackTypeException,ValueTypeException,VariableEvaluationException,VariablesGeneralizationException
public class ProguardCoreException extends java.lang.RuntimeException- 另请参阅:
- 序列化表格
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classProguardCoreException.BuilderBuilder to construct ProguardCoreException objects.
-
构造器概要
构造器 构造器 说明 ProguardCoreException(int componentErrorId, java.lang.String message, java.lang.Object... errorParameters)Overload ofProguardCoreException(int, Throwable, String, Object...)} without throwable.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 asProguardCoreException(int, String, Object...)but takes a Throwable argument to initialize the cause.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intgetComponentErrorId()Returns the id for the error (exception).java.lang.Object[]getErrorParameters()Returns the list of information related to this error.
-
-
-
构造器详细资料
-
ProguardCoreException
public ProguardCoreException(int componentErrorId, java.lang.String message, java.lang.Object... errorParameters)Overload ofProguardCoreException(int, Throwable, String, Object...)} without throwable.
-
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 asProguardCoreException(int, String, Object...)but takes a Throwable argument to initialize the cause.
-
-