soot.dava
Class DavaFlowAnalysisException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by soot.dava.DecompilationException
                  extended by soot.dava.DavaFlowAnalysisException
All Implemented Interfaces:
Serializable

public class DavaFlowAnalysisException
extends DecompilationException

See Also:
Serialized Form

Constructor Summary
DavaFlowAnalysisException()
           
DavaFlowAnalysisException(String message)
           
 
Method Summary
 
Methods inherited from class soot.dava.DecompilationException
report
 
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

DavaFlowAnalysisException

public DavaFlowAnalysisException()

DavaFlowAnalysisException

public DavaFlowAnalysisException(String message)