Package crypto.analysis.errors
Class UncaughtExceptionError
- java.lang.Object
-
- crypto.analysis.errors.AbstractError
-
- crypto.analysis.errors.UncaughtExceptionError
-
public class UncaughtExceptionError extends AbstractError
-
-
Constructor Summary
Constructors Constructor Description UncaughtExceptionError(IAnalysisSeed seed, boomerang.scene.Statement errorStmt, CrySLRule rule, boomerang.scene.WrappedClass exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)boomerang.scene.WrappedClassgetException()inthashCode()StringtoErrorMarkerString()-
Methods inherited from class crypto.analysis.errors.AbstractError
addCausingError, addCausingError, addSubsequentError, formatMethodName, formatMethodNames, getErrorStatement, getLineNumber, getMethod, getObjectType, getRootErrors, getRule, getSeed, getSubsequentErrors, toString
-
-
-
-
Constructor Detail
-
UncaughtExceptionError
public UncaughtExceptionError(IAnalysisSeed seed, boomerang.scene.Statement errorStmt, CrySLRule rule, boomerang.scene.WrappedClass exception)
-
-
Method Detail
-
getException
public boomerang.scene.WrappedClass getException()
-
toErrorMarkerString
public String toErrorMarkerString()
- Specified by:
toErrorMarkerStringin classAbstractError
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractError
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classAbstractError
-
-