Package proguard.evaluation.exception
Class VariablesGeneralizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
proguard.exception.ProguardCoreException
proguard.evaluation.exception.VariablesGeneralizationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class proguard.exception.ProguardCoreException
ProguardCoreException.Builder -
Constructor Summary
ConstructorsConstructorDescriptionVariablesGeneralizationException(Throwable cause, TracedVariables first, TracedVariables second) -
Method Summary
Methods 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
-
VariablesGeneralizationException
public VariablesGeneralizationException(Throwable cause, TracedVariables first, TracedVariables second)
-
-
Method Details
-
getFirst
-
getSecond
-