org.objectweb.asm.tree.analysis
Class AnalyzerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.asm.tree.analysis.AnalyzerException
- All Implemented Interfaces:
- Serializable
public class AnalyzerException
- extends 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 |
AnalyzerException
public AnalyzerException(String msg)
AnalyzerException
public AnalyzerException(String msg,
Object expected,
Value encountered)