Home | History | Annotate | Download | only in content

Lines Matching defs:MalformedMimeTypeException

322     public static class MalformedMimeTypeException extends AndroidException {
323 public MalformedMimeTypeException() {
326 public MalformedMimeTypeException(String name) {
334 * the {@link MalformedMimeTypeException} exception that the constructor
347 } catch (MalformedMimeTypeException e) {
382 * <p>Throws {@link MalformedMimeTypeException} if the given MIME type is
390 throws MalformedMimeTypeException {
525 * <p>Throws {@link MalformedMimeTypeException} if the given MIME type is
533 throws MalformedMimeTypeException {
552 throw new MalformedMimeTypeException(type);
1377 } catch (MalformedMimeTypeException e) {