org.apache.wicket.util.upload
Class MultipartFormInputStream.MalformedStreamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.wicket.util.upload.MultipartFormInputStream.MalformedStreamException
All Implemented Interfaces:
Serializable
Enclosing class:
MultipartFormInputStream

public static class MultipartFormInputStream.MalformedStreamException
extends IOException

Thrown to indicate that the input stream fails to follow the required syntax.

See Also:
Serialized Form

Constructor Summary
MultipartFormInputStream.MalformedStreamException()
          Constructs a MalformedStreamException with no detail message.
MultipartFormInputStream.MalformedStreamException(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

MultipartFormInputStream.MalformedStreamException

public MultipartFormInputStream.MalformedStreamException()
Constructs a MalformedStreamException with no detail message.


MultipartFormInputStream.MalformedStreamException

public MultipartFormInputStream.MalformedStreamException(String message)
Constructs an MalformedStreamException with the specified detail message.

Parameters:
message - The detail message.


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.