public class AnalyzerException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
AbstractInsnNode |
node |
| Constructor and Description |
|---|
AnalyzerException(AbstractInsnNode node,
java.lang.String msg) |
AnalyzerException(AbstractInsnNode node,
java.lang.String msg,
java.lang.Object expected,
Value encountered) |
AnalyzerException(AbstractInsnNode node,
java.lang.String msg,
java.lang.Throwable exception) |
public final AbstractInsnNode node
public AnalyzerException(AbstractInsnNode node, java.lang.String msg)
public AnalyzerException(AbstractInsnNode node, java.lang.String msg, java.lang.Throwable exception)
public AnalyzerException(AbstractInsnNode node, java.lang.String msg, java.lang.Object expected, Value encountered)
Copyright © 2013 Oracle Corporation. All Rights Reserved.