public class ServletConfigurationError extends IllegalArgumentException
Servlet and Filter related configuration errors.
Errors of this type usually indicate problems within your web.xml file.| Constructor and Description |
|---|
ServletConfigurationError(String message) |
ServletConfigurationError(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2012-2013. All Rights Reserved.