android.util
Class AndroidException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by android.util.AndroidException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IntentFilter.MalformedMimeTypeException, IntentSender.SendIntentException, PackageManager.NameNotFoundException, PendingIntent.CanceledException, RemoteException, Settings.SettingNotFoundException

public class AndroidException
extends Exception

See Also:
Serialized Form

Constructor Summary
AndroidException()
           
AndroidException(Exception cause)
           
AndroidException(String name)
           
AndroidException(String name, Throwable cause)
           
 
Method Summary
 
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

AndroidException

public AndroidException()

AndroidException

public AndroidException(String name)

AndroidException

public AndroidException(String name,
                        Throwable cause)

AndroidException

public AndroidException(Exception cause)


Copyright © 2008-2012. All Rights Reserved.