public class PartialEvaluatorException extends ProguardCoreException
ProguardCoreException.Builder
Constructor and Description |
---|
PartialEvaluatorException(int componentErrorId,
java.lang.Throwable cause,
Clazz clazz,
Method method,
java.lang.String message,
java.lang.String... errorParameters) |
Modifier and Type | Method and Description |
---|---|
void |
classAccept(ClassVisitor visitor) |
Clazz |
getClazz() |
Method |
getMethod() |
void |
methodAccept(MemberVisitor visitor) |
getComponentErrorId, getErrorParameters
public Clazz getClazz()
public Method getMethod()
public void classAccept(ClassVisitor visitor)
public void methodAccept(MemberVisitor visitor)