org.apache.cocoon.components.request.multipart
Class MultipartException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.cocoon.components.request.multipart.MultipartException
All Implemented Interfaces:
java.io.Serializable

public class MultipartException
extends java.lang.Exception

Exception thrown when on a parse error such as a malformed stream.

Version:
CVS $Id: MultipartException.java,v 1.1 2002/02/27 20:21:22 dims Exp $
Author:
Jeroen ter Voorde
See Also:
Serialized Form

Constructor Summary
MultipartException()
          Constructor MultipartException
MultipartException(java.lang.String text)
          Constructor MultipartException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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(java.lang.String text)
Constructor MultipartException
Parameters:
text -  


Copyright � 1999-2002 Apache Software Foundation. All Rights Reserved.