|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.wicket.util.upload.MultipartFormInputStream.MalformedStreamException
public class MultipartFormInputStream.MalformedStreamException
Thrown to indicate that the input stream fails to follow the required syntax.
Constructor Summary | |
---|---|
MultipartFormInputStream.MalformedStreamException()
Constructs a MalformedStreamException with no detail message. |
|
MultipartFormInputStream.MalformedStreamException(java.lang.String message)
Constructs an MalformedStreamException with the specified detail message. |
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 MultipartFormInputStream.MalformedStreamException()
MalformedStreamException
with no detail message.
public MultipartFormInputStream.MalformedStreamException(java.lang.String message)
MalformedStreamException
with the specified detail message.
message
- The detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |