Uses of Class
org.eclipse.jetty.util.MultiException
-
Packages that use MultiException Package Description org.eclipse.jetty.deploy Jetty Deploy : Webapp Deploy Managementorg.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.util Jetty Util : Common Utility Classes -
-
Uses of MultiException in org.eclipse.jetty.deploy
Fields in org.eclipse.jetty.deploy declared as MultiException Modifier and Type Field Description private MultiException
DeploymentManager. _onStartupErrors
-
Uses of MultiException in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler that throw MultiException Modifier and Type Method Description protected void
AbstractHandlerContainer. doShutdown(java.util.List<java.util.concurrent.Future<java.lang.Void>> futures)
Shutdown nested Gracefule handlers -
Uses of MultiException in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that throw MultiException Modifier and Type Method Description void
MultiException. ifExceptionThrowMulti()
Throw a multiexception.
-