Package proguard.evaluation.exception
Class PartialEvaluatorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- proguard.exception.ProguardCoreException
-
- proguard.evaluation.exception.PartialEvaluatorException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
StackGeneralizationException
public class PartialEvaluatorException extends ProguardCoreException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class proguard.exception.ProguardCoreException
ProguardCoreException.Builder
-
-
Constructor Summary
Constructors Constructor Description PartialEvaluatorException(int componentErrorId, java.lang.Throwable cause, Clazz clazz, Method method, java.lang.String message, java.lang.String... errorParameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
classAccept(ClassVisitor visitor)
Clazz
getClazz()
Method
getMethod()
void
methodAccept(MemberVisitor visitor)
-
Methods inherited from class proguard.exception.ProguardCoreException
getComponentErrorId, getErrorParameters
-
-
-
-
Method Detail
-
getClazz
public Clazz getClazz()
-
getMethod
public Method getMethod()
-
classAccept
public void classAccept(ClassVisitor visitor)
-
methodAccept
public void methodAccept(MemberVisitor visitor)
-
-