org.objectweb.asm.tree.analysis
Class AnalyzerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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

Constructor Summary
AnalyzerException(String msg)
           
AnalyzerException(String msg, Object expected, Value encountered)
           
AnalyzerException(String msg, Throwable exception)
           
 
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
 

Constructor Detail

AnalyzerException

public AnalyzerException(String msg)

AnalyzerException

public AnalyzerException(String msg,
                         Throwable exception)

AnalyzerException

public AnalyzerException(String msg,
                         Object expected,
                         Value encountered)