com.android.dx.cf.code
Class SimException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.android.dex.util.ExceptionWithContext
                  extended by com.android.dx.cf.code.SimException
All Implemented Interfaces:
Serializable

public class SimException
extends com.android.dex.util.ExceptionWithContext

Exception from simulation.

See Also:
Serialized Form

Constructor Summary
SimException(String message)
           
SimException(String message, Throwable cause)
           
SimException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.android.dex.util.ExceptionWithContext
addContext, getContext, printContext, printContext, printStackTrace, printStackTrace, withContext
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimException

public SimException(String message)

SimException

public SimException(Throwable cause)

SimException

public SimException(String message,
                    Throwable cause)


Copyright © 2015. All rights reserved.