Class AdapterException

All Implemented Interfaces:
Serializable

public class AdapterException extends ActivityException
Checked exception thrown when an error occurs while attaching each adapter required for the activity.

Created: 2016. 2. 14.

See Also:
  • Constructor Details

    • AdapterException

      public AdapterException()
      Simple constructor.
    • AdapterException

      public AdapterException(String msg)
      Constructor to create exception with a message.
      Parameters:
      msg - a message to associate with the exception
    • AdapterException

      public AdapterException(Throwable cause)
      Constructor to create exception to wrap another exception.
      Parameters:
      cause - the real cause of the exception
    • AdapterException

      public AdapterException(String msg, Throwable cause)
      Constructor to create exception to wrap another exception and pass a message.
      Parameters:
      msg - the detail message
      cause - the real cause of the exception