|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.lutris.mime.MimeException
Public exception class to indicate an error in Mime data.
This is never thrown by MultiparMimeInputStream
since
that class needs to look exactly like an InputStream
.
Field Summary | |
static int |
GENERIC
Indicates a general error in parsing Mime data. |
static int |
INVALID_HEADER
Indicates incorrect Mime header syntax or illegal parameters. |
static int |
INVALID_MIME_TYPE
Indicates an illegal Mime type for a particular operation. |
int |
reason
Holds the reason code for this exception instance. |
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 |
Field Detail |
public static final int GENERIC
public static final int INVALID_HEADER
public static final int INVALID_MIME_TYPE
MultipartMimeInput
object with a Mime type other than
multipart/*.
public int reason
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |