com.tc.asm.tree.analysis
Class AnalyzerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.tc.asm.tree.analysis.AnalyzerException
- All Implemented Interfaces:
- java.io.Serializable
public class AnalyzerException
- extends java.lang.Exception
Thrown if a problem occurs during the analysis of a method.
- Author:
- Bing Ran, Eric Bruneton
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
node
public final AbstractInsnNode node
AnalyzerException
public AnalyzerException(AbstractInsnNode node,
java.lang.String msg)
AnalyzerException
public AnalyzerException(AbstractInsnNode node,
java.lang.String msg,
java.lang.Throwable exception)
AnalyzerException
public AnalyzerException(AbstractInsnNode node,
java.lang.String msg,
java.lang.Object expected,
Value encountered)
Copyright © 2010 Terracotta, Inc.. All Rights Reserved.