Searched defs:MimeTypeParseException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DMimeTypeParseException.java33 public class MimeTypeParseException extends Exception { class in inherits:Exception
36 * Constructs a MimeTypeParseException with no specified detail message.
38 public MimeTypeParseException() { method in class:MimeTypeParseException
43 * Constructs a MimeTypeParseException with the specified detail message.
47 public MimeTypeParseException(String s) { method in class:MimeTypeParseException
/openjdk7/jdk/src/share/classes/java/awt/datatransfer/
H A DMimeTypeParseException.java35 public class MimeTypeParseException extends Exception { class in inherits:Exception
41 * Constructs a MimeTypeParseException with no specified detail message.
43 public MimeTypeParseException() { method in class:MimeTypeParseException
48 * Constructs a MimeTypeParseException with the specified detail message.
52 public MimeTypeParseException(String s) { method in class:MimeTypeParseException
55 } // class MimeTypeParseException

Completed in 411 milliseconds