org.springframework.web.multipart.support
Class MissingServletRequestPartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
org.springframework.web.multipart.support.MissingServletRequestPartException
- All Implemented Interfaces:
- Serializable
public class MissingServletRequestPartException
- extends ServletException
Raised when the part of a "multipart/form-data" request identified by its
name cannot be found.
This may be because the request is not a multipart/form-data
either because the part is not present in the request, or
because the web application is not configured correctly for processing
multipart requests -- e.g. no MultipartResolver
.
- Since:
- 3.1
- Author:
- Rossen Stoyanchev
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MissingServletRequestPartException
public MissingServletRequestPartException(String partName)
getRequestPartName
public String getRequestPartName()