
org.jboss.weld.logging.InterceptorLogger_$logger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weld-se-shaded Show documentation
Show all versions of weld-se-shaded Show documentation
This jar bundles all the bits of Weld and CDI required for Java SE.
package org.jboss.weld.logging;
import java.io.Serializable;
import javax.annotation.Generated;
import org.jboss.logging.BasicLogger;
import org.jboss.logging.DelegatingBasicLogger;
import org.jboss.logging.Logger;
/**
* Warning this class consists of generated code.
*
*/
@Generated(value = "org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date = "2016-09-13T11:41:24+0200")
public class InterceptorLogger_$logger
extends DelegatingBasicLogger
implements Serializable, BasicLogger, InterceptorLogger, WeldLogger
{
private final static long serialVersionUID = 1L;
private final static java.lang.String FQCN = InterceptorLogger_$logger.class.getName();
private final static java.lang.String interceptorAnnotationClassNotFound = "WELD-001700: Interceptor annotation class {0} not found, interception based on it is not enabled";
private final static java.lang.String nullInterceptorBindings = "WELD-001702: Interceptor.getInterceptorBindings() returned null for {0}";
private final static java.lang.String interceptedBeanCanOnlyBeInjectedIntoInterceptor = "WELD-001704: @Intercepted Bean> can only be injected into an interceptor: {0}";
private final static java.lang.String targetInstanceNotCreated = "WELD-001705: Target instance not created - one of the interceptor methods in the AroundConstruct chain did not invoke InvocationContext.proceed() for: {0}";
private final static java.lang.String catchingDebug = "Catching";
private final static java.lang.String unableToDetermineInterceptedBean = "WELD-001703: Unable to determine the @Intercepted Bean> for {0}";
private final static java.lang.String invokingNextInterceptorInChain = "WELD-001701: Invoking next interceptor in chain: {0}";
public InterceptorLogger_$logger(final Logger log) {
super(log);
}
public final void interceptorAnnotationClassNotFound(final java.lang.Object param1) {
super.log.logv(FQCN, (org.jboss.logging.Logger.Level.WARN), null, interceptorAnnotationClassNotFound$str(), param1);
}
protected java.lang.String interceptorAnnotationClassNotFound$str() {
return interceptorAnnotationClassNotFound;
}
public final org.jboss.weld.exceptions.DefinitionException nullInterceptorBindings(final java.lang.Object param1) {
org.jboss.weld.exceptions.DefinitionException result = new org.jboss.weld.exceptions.DefinitionException(java.text.MessageFormat.format(nullInterceptorBindings$str(), param1));
java.lang.StackTraceElement[] st = result.getStackTrace();
result.setStackTrace(java.util.Arrays.copyOfRange(st, 1, st.length));
return result;
}
protected java.lang.String nullInterceptorBindings$str() {
return nullInterceptorBindings;
}
public final java.lang.IllegalArgumentException interceptedBeanCanOnlyBeInjectedIntoInterceptor(final java.lang.Object injectionPoint) {
java.lang.IllegalArgumentException result = new java.lang.IllegalArgumentException(java.text.MessageFormat.format(interceptedBeanCanOnlyBeInjectedIntoInterceptor$str(), injectionPoint));
java.lang.StackTraceElement[] st = result.getStackTrace();
result.setStackTrace(java.util.Arrays.copyOfRange(st, 1, st.length));
return result;
}
protected java.lang.String interceptedBeanCanOnlyBeInjectedIntoInterceptor$str() {
return interceptedBeanCanOnlyBeInjectedIntoInterceptor;
}
public final org.jboss.weld.exceptions.CreationException targetInstanceNotCreated(final java.lang.Object constructor) {
org.jboss.weld.exceptions.CreationException result = new org.jboss.weld.exceptions.CreationException(java.text.MessageFormat.format(targetInstanceNotCreated$str(), constructor));
java.lang.StackTraceElement[] st = result.getStackTrace();
result.setStackTrace(java.util.Arrays.copyOfRange(st, 1, st.length));
return result;
}
protected java.lang.String targetInstanceNotCreated$str() {
return targetInstanceNotCreated;
}
public final void catchingDebug(final Throwable throwable) {
super.log.logf(FQCN, (org.jboss.logging.Logger.Level.DEBUG), (throwable), catchingDebug$str());
}
protected java.lang.String catchingDebug$str() {
return catchingDebug;
}
public final void unableToDetermineInterceptedBean(final java.lang.Object injectionPoint) {
super.log.logv(FQCN, (org.jboss.logging.Logger.Level.WARN), null, unableToDetermineInterceptedBean$str(), injectionPoint);
}
protected java.lang.String unableToDetermineInterceptedBean$str() {
return unableToDetermineInterceptedBean;
}
public final void invokingNextInterceptorInChain(final java.lang.Object param1) {
super.log.logv(FQCN, (org.jboss.logging.Logger.Level.TRACE), null, invokingNextInterceptorInChain$str(), param1);
}
protected java.lang.String invokingNextInterceptorInChain$str() {
return invokingNextInterceptorInChain;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy