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.ProguardCoreExceptionProguardCoreException.Builder
 
- 
 - 
Constructor SummaryConstructors 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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TracedStackgetFirst()TracedStackgetSecond()- 
Methods inherited from class proguard.evaluation.exception.PartialEvaluatorExceptionclassAccept, getClazz, getMethod, methodAccept
 - 
Methods inherited from class proguard.exception.ProguardCoreExceptiongetComponentErrorId, getErrorParameters
 
- 
 
- 
- 
- 
Constructor Detail- 
StackGeneralizationException@Deprecated public StackGeneralizationException(java.lang.Throwable cause, TracedStack first, TracedStack second)Deprecated.
 - 
StackGeneralizationExceptionpublic StackGeneralizationException(Clazz clazz, Method method, java.lang.Throwable cause, TracedStack first, TracedStack second) 
 
- 
 - 
Method Detail- 
getFirstpublic TracedStack getFirst() 
 - 
getSecondpublic TracedStack getSecond() 
 
- 
 
-