Package crypto.analysis.errors
Class UncaughtExceptionError
- java.lang.Object
-
- crypto.analysis.errors.AbstractError
-
- crypto.analysis.errors.UncaughtExceptionError
-
- All Implemented Interfaces:
IError
public class UncaughtExceptionError extends AbstractError
-
-
Constructor Summary
Constructors Constructor Description UncaughtExceptionError(boomerang.jimple.Statement errorLocation, CrySLRule rule, soot.SootClass exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ErrorVisitor visitor)StringtoErrorMarkerString()-
Methods inherited from class crypto.analysis.errors.AbstractError
addCausingError, addCausingError, addSubsequentError, equals, getErrorLocation, getRootErrors, getRule, getSubsequentErrors, hashCode, toString
-
-
-
-
Constructor Detail
-
UncaughtExceptionError
public UncaughtExceptionError(boomerang.jimple.Statement errorLocation, CrySLRule rule, soot.SootClass exception)
-
-
Method Detail
-
accept
public void accept(ErrorVisitor visitor)
-
toErrorMarkerString
public String toErrorMarkerString()
- Specified by:
toErrorMarkerStringin classAbstractError
-
-