org.apache.cocoon.servlet.multipart
Class MultipartException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
MultipartException()
          Constructor MultipartException
MultipartException(String text)
          Constructor MultipartException
 
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

MultipartException

public MultipartException()
Constructor MultipartException


MultipartException

public MultipartException(String text)
Constructor MultipartException

Parameters:
text -


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.