Class NativeAnalyzerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
com.pnfsoftware.jeb.core.units.code.asm.analyzer.NativeAnalyzerException
- All Implemented Interfaces:
Serializable
Exception raised for some
INativeCodeAnalyzer errors.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an exception.NativeAnalyzerException(String message) Create an exception with a message.NativeAnalyzerException(String message, Throwable cause) Create an exception with a message and cause.NativeAnalyzerException(Throwable cause) Create an exception with a cause. -
Method Summary
Methods inherited from class com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
getUnit, setUnit, withUnitMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NativeAnalyzerException
public NativeAnalyzerException()Create an exception. -
NativeAnalyzerException
Create an exception with a message.- Parameters:
message- detail message
-
NativeAnalyzerException
Create an exception with a cause.- Parameters:
cause- cause
-
NativeAnalyzerException
Create an exception with a message and cause.- Parameters:
message- detail messagecause- cause
-