soot.dava
Class CorruptASTException

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.CorruptASTException
All Implemented Interfaces:
Serializable

public class CorruptASTException
extends DecompilationException

See Also:
Serialized Form

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

CorruptASTException

public CorruptASTException(String message)