public class CompositeExceptionResolverFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<ExceptionResolver<Throwable>>
Modifier and Type | Field and Description |
---|---|
static String |
CONSTRAINT_VIOLATION_EXCEPTION |
Constructor and Description |
---|
CompositeExceptionResolverFactoryBean() |
Modifier and Type | Method and Description |
---|---|
ExceptionResolver<Throwable> |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
public static final String CONSTRAINT_VIOLATION_EXCEPTION
public CompositeExceptionResolverFactoryBean()
public ExceptionResolver<Throwable> getObject()
getObject
in interface org.springframework.beans.factory.FactoryBean<ExceptionResolver<Throwable>>
public Class<?> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<ExceptionResolver<Throwable>>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<ExceptionResolver<Throwable>>
Copyright © 2017. All rights reserved.