Package io.jmix.flowui.devserver.servlet
Class JmixErrorHandler
java.lang.Object
org.eclipse.jetty.server.handler.ErrorHandler
io.jmix.flowui.devserver.servlet.JmixErrorHandler
- All Implemented Interfaces:
- org.eclipse.jetty.server.Request.Handler,- org.eclipse.jetty.util.thread.Invocable
public class JmixErrorHandler
extends org.eclipse.jetty.server.handler.ErrorHandler
- 
Nested Class SummaryNested classes/interfaces inherited from class org.eclipse.jetty.server.handler.ErrorHandlerorg.eclipse.jetty.server.handler.ErrorHandler.ErrorRequestNested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocableorg.eclipse.jetty.util.thread.Invocable.Callable, org.eclipse.jetty.util.thread.Invocable.InvocationType, org.eclipse.jetty.util.thread.Invocable.ReadyTask, org.eclipse.jetty.util.thread.Invocable.TaskNested classes/interfaces inherited from interface org.eclipse.jetty.server.Request.Handlerorg.eclipse.jetty.server.Request.Handler.AbortException
- 
Field SummaryFields inherited from class org.eclipse.jetty.server.handler.ErrorHandlerERROR_CACHE_CONTROL, ERROR_CONTEXT, ERROR_EXCEPTION, ERROR_MESSAGE, ERROR_METHODS, ERROR_STATUSFields inherited from interface org.eclipse.jetty.util.thread.Invocable__nonBlocking, NOOP
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.eclipse.jetty.server.handler.ErrorHandlerbadMessageError, computeBufferSize, errorPageForMethod, generateAcceptableResponse, generateResponse, getBufferSize, getCacheControl, getDefaultResponseMimeType, getErrorHandler, handle, isShowCauses, isShowMessageInTitle, isShowStacks, setBufferSize, setCacheControl, setDefaultResponseMimeType, setShowCauses, setShowMessageInTitle, setShowStacks, write, writeErrorHtml, writeErrorHtmlBody, writeErrorHtmlHead, writeErrorHtmlMessage, writeErrorHtmlMeta, writeErrorHtmlStacks, writeErrorJson, writeErrorPlainMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.server.Request.HandlergetInvocationType
- 
Constructor Details- 
JmixErrorHandlerpublic JmixErrorHandler()
 
-