Class UnknownExceptionHandler
java.lang.Object
ru.cg.webbpm.modules.core.error_handling.api.impl.UnknownExceptionHandler
- All Implemented Interfaces:
UnknownWebExceptionHandler
,WebExceptionHandler
@Component
public class UnknownExceptionHandler
extends Object
implements UnknownWebExceptionHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final int
protected static final org.springframework.context.support.MessageSourceAccessor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.modules.core.error_handling.api.UnknownWebExceptionHandler
accept
-
Field Details
-
MESSAGE_SOURCE
protected static final org.springframework.context.support.MessageSourceAccessor MESSAGE_SOURCE -
MAX_STACK_TRACE_LENGTH
protected static final int MAX_STACK_TRACE_LENGTH- See Also:
-
-
Constructor Details
-
UnknownExceptionHandler
public UnknownExceptionHandler()
-
-
Method Details
-
weight
public double weight()- Specified by:
weight
in interfaceUnknownWebExceptionHandler
- Specified by:
weight
in interfaceWebExceptionHandler
-
process
- Specified by:
process
in interfaceUnknownWebExceptionHandler
- Specified by:
process
in interfaceWebExceptionHandler
-