Serializable
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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)