android.provider
Class Gmail.NonexistentLabelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
android.provider.Gmail.NonexistentLabelException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Gmail
public static class Gmail.NonexistentLabelException
- extends Exception
Thrown when an operation is requested with a label that does not exist.
TODO: this is here because I wanted a checked exception. However, I don't
think that that is appropriate. In fact, I don't think that we should
throw an exception at all because the label might have been valid when
the caller presented it to the user but removed as a result of a sync.
Maybe we should kill this and eat the errors.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Gmail.NonexistentLabelException
public Gmail.NonexistentLabelException()
Please submit a feedback, bug or feature