Package android.util

Class AndroidException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AndroidException
    extends java.lang.Exception
    One of the core exceptions in android.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • AndroidException

        public AndroidException()
      • AndroidException

        public AndroidException​(java.lang.String name)
      • AndroidException

        public AndroidException​(java.lang.String name,
                                java.lang.Throwable cause)
      • AndroidException

        public AndroidException​(java.lang.Exception cause)