public class NativeMethodNotSupportedException extends RuntimeException
Constructor and Description |
---|
NativeMethodNotSupportedException() |
NativeMethodNotSupportedException(SootMethod method) |
NativeMethodNotSupportedException(String message) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public NativeMethodNotSupportedException(SootMethod method)
public NativeMethodNotSupportedException(String message)
public NativeMethodNotSupportedException()