Class Android.AndroidException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Android

    public static class Android.AndroidException
    extends Exception
    This exception is thrown when the Android attributes are not correctly initialized.
    Since:
    7.0
    Version:
    17.0 2020-01-04 14:41:35
    Author:
    Stéphane GALLAND
    See Also:
    Serialized Form
    Maven Group Id:
    org.arakhne.afc.core
    Maven Artifact Id:
    vmutils
    • Constructor Detail

      • AndroidException

        public AndroidException()
        Construct the exception.
      • AndroidException

        public AndroidException​(String message)
        Construct the exception.
        Parameters:
        message - is the error message.
      • AndroidException

        public AndroidException​(Throwable exception)
        Construct the exception.
        Parameters:
        exception - is the cause of this exception.
      • AndroidException

        public AndroidException​(String message,
                                Throwable exception)
        Construct the exception.
        Parameters:
        message - is the error message.
        exception - is the cause of this exception.