AppIndexException Stay organized with collections Save and categorize content based on your preferences.
Page Summary
AppIndexException is a class of exceptions thrown by the App Index API.
Known direct subclasses include AppIndexInvalidArgumentException and AppIndexTooManyArgumentsException.
There are two public constructors for AppIndexException, one accepting a detail message and another accepting a detail message and a cause.
Known Direct Subclasses
| ||||||
Class of exceptions thrown by the App Index API.
Public Constructor Summary
AppIndexException(String detailMessage) Creates a new instance of AppIndexException using error message. | |
AppIndexException(String detailMessage,Throwable cause) Creates a new instance of AppIndexException using error message and cause. |
Inherited Method Summary
| synchronized final void | addSuppressed(Throwable arg0) |
| synchronizedThrowable | fillInStackTrace() |
| synchronizedThrowable | getCause() |
| String | getLocalizedMessage() |
| String | getMessage() |
| StackTraceElement[] | getStackTrace() |
| synchronized finalThrowable[] | getSuppressed() |
| synchronizedThrowable | initCause(Throwable arg0) |
| void | printStackTrace() |
| void | printStackTrace(PrintWriter arg0) |
| void | printStackTrace(PrintStream arg0) |
| void | setStackTrace(StackTraceElement[] arg0) |
| String | toString() |
Public Constructors
publicAppIndexException(String detailMessage)
Creates a new instance ofAppIndexException using error message.
publicAppIndexException(String detailMessage,Throwable cause)
Creates a new instance ofAppIndexException using error message and cause.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.