soot.dava
Class DavaFlowAnalysisException

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

public class DavaFlowAnalysisException
extends DecompilationException

See Also:
Serialized Form

Constructor Summary
DavaFlowAnalysisException()
           
DavaFlowAnalysisException(String message)
           
 
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)