org.apache.cocoon.servlet.multipart
Class MultipartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.cocoon.servlet.multipart.MultipartException
- All Implemented Interfaces:
- Serializable
public class MultipartException
- extends Exception
Exception thrown when on a parse error such as
a malformed stream.
- Version:
- CVS $Id: MultipartException.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Jeroen ter Voorde
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MultipartException
public MultipartException()
- Constructor MultipartException
MultipartException
public MultipartException(String text)
- Constructor MultipartException
- Parameters:
text
-
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.