Serializablepublic class AnalyzerException extends Exception
| Modifier and Type | Field | Description |
|---|---|---|
AbstractInsnNode |
node |
| Constructor | Description |
|---|---|
AnalyzerException(AbstractInsnNode node,
String msg) |
|
AnalyzerException(AbstractInsnNode node,
String msg,
Object expected,
Value encountered) |
|
AnalyzerException(AbstractInsnNode node,
String msg,
Throwable exception) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final AbstractInsnNode node
public AnalyzerException(AbstractInsnNode node, String msg)
public AnalyzerException(AbstractInsnNode node, String msg, Throwable exception)
public AnalyzerException(AbstractInsnNode node, String msg, Object expected, Value encountered)