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:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class proguard.exception.ProguardCoreException
ProguardCoreException.Builder -
Constructor Summary
ConstructorsConstructorDescriptionStackGeneralizationException(Throwable cause, TracedStack first, TracedStack second) Deprecated.StackGeneralizationException(Clazz clazz, Method method, Throwable cause, TracedStack first, TracedStack second) -
Method Summary
Methods inherited from class proguard.evaluation.exception.PartialEvaluatorException
classAccept, getClazz, getMethod, methodAcceptMethods inherited from class proguard.exception.ProguardCoreException
getComponentErrorId, getErrorParametersMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StackGeneralizationException
@Deprecated public StackGeneralizationException(Throwable cause, TracedStack first, TracedStack second) Deprecated. -
StackGeneralizationException
public StackGeneralizationException(Clazz clazz, Method method, Throwable cause, TracedStack first, TracedStack second)
-
-
Method Details
-
getFirst
-
getSecond
-