public class BeanInstantiationException extends BeanException
EmpireException.ExceptionMessageFormatter| Constructor and Description |
|---|
BeanInstantiationException(Class<?> clazz,
ReflectiveOperationException e) |
BeanInstantiationException(Class<?> clazz,
RuntimeException e) |
BeanInstantiationException(Constructor<?> c,
ReflectiveOperationException e) |
BeanInstantiationException(Constructor<?> c,
RuntimeException e) |
getCause, getTypeName, logformatErrorMessage, getErrorParams, getErrorType, getMessageFormatter, setMessageFormatteraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final ErrorType errorType
public BeanInstantiationException(Class<?> clazz, ReflectiveOperationException e)
public BeanInstantiationException(Class<?> clazz, RuntimeException e)
public BeanInstantiationException(Constructor<?> c, ReflectiveOperationException e)
public BeanInstantiationException(Constructor<?> c, RuntimeException e)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.