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.java 433543 2006-08-22 06:22:54Z crossley $
- 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-2007 The Apache Software Foundation. All Rights Reserved.