Package proguard.evaluation.exception
Class StackGeneralizationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- proguard.exception.ProguardCoreException
-
- proguard.evaluation.exception.PartialEvaluatorException
-
- proguard.evaluation.exception.StackGeneralizationException
-
- All Implemented Interfaces:
java.io.Serializable
public class StackGeneralizationException extends PartialEvaluatorException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class proguard.exception.ProguardCoreException
ProguardCoreException.Builder
-
-
Constructor Summary
Constructors Constructor Description StackGeneralizationException(java.lang.Throwable cause, TracedStack first, TracedStack second)
Deprecated.StackGeneralizationException(Clazz clazz, Method method, java.lang.Throwable cause, TracedStack first, TracedStack second)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TracedStack
getFirst()
TracedStack
getSecond()
-
Methods inherited from class proguard.evaluation.exception.PartialEvaluatorException
classAccept, getClazz, getMethod, methodAccept
-
Methods inherited from class proguard.exception.ProguardCoreException
getComponentErrorId, getErrorParameters
-
-
-
-
Constructor Detail
-
StackGeneralizationException
@Deprecated public StackGeneralizationException(java.lang.Throwable cause, TracedStack first, TracedStack second)
Deprecated.
-
StackGeneralizationException
public StackGeneralizationException(Clazz clazz, Method method, java.lang.Throwable cause, TracedStack first, TracedStack second)
-
-
Method Detail
-
getFirst
public TracedStack getFirst()
-
getSecond
public TracedStack getSecond()
-
-