com.android.dx.util
Class MutabilityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.android.dx.util.ExceptionWithContext
                  extended by com.android.dx.util.MutabilityException
All Implemented Interfaces:
Serializable

public class MutabilityException
extends ExceptionWithContext

Exception due to a mutability problem.

See Also:
Serialized Form

Constructor Summary
MutabilityException(String message)
           
MutabilityException(String message, Throwable cause)
           
MutabilityException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.android.dx.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

MutabilityException

public MutabilityException(String message)

MutabilityException

public MutabilityException(Throwable cause)

MutabilityException

public MutabilityException(String message,
                           Throwable cause)


Copyright © 2013. All Rights Reserved.