|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.activation.MimeTypeParseException
public class MimeTypeParseException
Exception thrown to indicate a malformed MIME content type.
| Constructor Summary | |
|---|---|
MimeTypeParseException()
Constructs a MimeTypeParseException with no detail message. |
|
MimeTypeParseException(java.lang.String message)
MimeTypeParseException with the specified detail message. |
|
MimeTypeParseException(java.lang.String message,
java.lang.String token)
Constructs a MimeTypeParseException with the specified detail message and token in error. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MimeTypeParseException()
public MimeTypeParseException(java.lang.String message)
message - the exception message
public MimeTypeParseException(java.lang.String message,
java.lang.String token)
message - the exception messagetoken - the token in error
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||