|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--org.apache.commons.fileupload.MultipartStream.MalformedStreamException
Thrown to indicate that the input stream fails to follow the required syntax.
Fields inherited from class java.lang.Throwable |
---|
backtrace, detailMessage, serialVersionUID |
Constructor Summary | |
---|---|
MultipartStream.MalformedStreamException()
Constructs a MalformedStreamException with no
detail message. |
|
MultipartStream.MalformedStreamException(java.lang.String message)
Constructs an MalformedStreamException with
the specified detail message. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString |
Methods inherited from class java.lang.Object |
---|
|
Constructor Detail |
public MultipartStream.MalformedStreamException()
MalformedStreamException
with no
detail message.public MultipartStream.MalformedStreamException(java.lang.String message)
MalformedStreamException
with
the specified detail message.message
- The detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |