soot.dava
Class CorruptASTException

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

public class CorruptASTException
extends DecompilationException

See Also:
Serialized Form

Constructor Summary
CorruptASTException(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

CorruptASTException

public CorruptASTException(String message)