Package org.jboss.weld.logging
Interface ReflectionLogger
- All Superinterfaces:
org.jboss.logging.BasicLogger,WeldLogger
- All Known Implementing Classes:
ReflectionLogger_$logger
Log messages relating to reflection
Message ids: 000600 - 000699
-
Field Summary
FieldsFields inherited from interface org.jboss.weld.logging.WeldLogger
CATCHING_MARKER, WELD_PROJECT_CODE -
Method Summary
Modifier and TypeMethodDescriptionillegalArgumentExceptionOnReflectionInvocation(Class<?> clazz, Object instance, Method method, String parameters, Throwable cause) incorrectNumberOfAnnotatedParametersMethod(Object param1, Object param2, Object param3, Object param4) voidinvalidInterceptorBindingTargetDeclaration(Object param1, Object param2, Object param3, Object param4) invalidTypeArgumentCombination(Type type1, Type type2) voidmissingRetention(Object param1) voidmissingTarget(Object param1) voidvoidmissingTargetMethodFieldType(Object param1) voidmissingTargetMethodFieldTypeParameterOrTargetMethodTypeOrTargetMethodOrTargetTypeOrTargetField(Object param1) voidnoSuchMethodWrapper(NoSuchMethodException cause, String message) reflectionfactoryInstantiationFailed(Object param1, Throwable cause) unableToGetConstructorOnDeserialization(Object param1, Object param2, Throwable cause) unableToGetFieldOnDeserialization(Object param1, Object param2, Throwable cause) unableToGetMethodOnDeserialization(Object param1, Object param2, Throwable cause) unknownType(Type type) unsafeInstantiationFailed(Object param1, Throwable cause) Methods inherited from interface org.jboss.logging.BasicLogger
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnvMethods inherited from interface org.jboss.weld.logging.WeldLogger
catchingDebug
-
Field Details
-
LOG
-
-
Method Details
-
missingRetention
@LogMessage(level=DEBUG) @Message(id=600, value="{0} is missing @Retention(RUNTIME). Weld will use this annotation, however this may make the application unportable.", format=MESSAGE_FORMAT) void missingRetention(Object param1) -
missingTarget
@LogMessage(level=DEBUG) @Message(id=601, value="{0} is missing @Target. Weld will use this annotation, however this may make the application unportable.", format=MESSAGE_FORMAT) void missingTarget(Object param1) -
missingTargetTypeMethodOrTargetType
@LogMessage(level=DEBUG) @Message(id=602, value="{0} is not declared @Target(TYPE, METHOD) or @Target(TYPE). Weld will use this annotation, however this may make the application unportable.", format=MESSAGE_FORMAT) void missingTargetTypeMethodOrTargetType(Object param1) -
missingTargetMethodFieldType
@LogMessage(level=DEBUG) @Message(id=604, value="{0} is not declared @Target(METHOD, FIELD, TYPE). Weld will use this annotation, however this may make the application unportable.", format=MESSAGE_FORMAT) void missingTargetMethodFieldType(Object param1) -
missingTargetMethodFieldTypeParameterOrTargetMethodTypeOrTargetMethodOrTargetTypeOrTargetField
@LogMessage(level=DEBUG) @Message(id=605, value="{0} is not declared @Target(METHOD, FIELD, TYPE, PARAMETER), @Target(METHOD, TYPE), @Target(METHOD), @Target(TYPE) or @Target(FIELD). Weld will use this annotation, however this may make the application unportable.", format=MESSAGE_FORMAT) void missingTargetMethodFieldTypeParameterOrTargetMethodTypeOrTargetMethodOrTargetTypeOrTargetField(Object param1) -
unableToGetParameterName
@Message(id=606, value="Unable to determine name of parameter") IllegalArgumentException unableToGetParameterName() -
annotationMapNull
-
declaredAnnotationMapNull
@Message(id=608, value="declaredAnnotationMap cannot be null") WeldException declaredAnnotationMapNull() -
unableToGetConstructorOnDeserialization
@Message(id=610, value="Unable to deserialize constructor. Declaring class {0}, index {1}", format=MESSAGE_FORMAT) WeldException unableToGetConstructorOnDeserialization(Object param1, Object param2, @Cause Throwable cause) -
unableToGetMethodOnDeserialization
@Message(id=611, value="Unable to deserialize method. Declaring class {0}, index {1}", format=MESSAGE_FORMAT) WeldException unableToGetMethodOnDeserialization(Object param1, Object param2, @Cause Throwable cause) -
unableToGetFieldOnDeserialization
@Message(id=612, value="Unable to deserialize field. Declaring class {0}, field name {1}", format=MESSAGE_FORMAT) WeldException unableToGetFieldOnDeserialization(Object param1, Object param2, @Cause Throwable cause) -
incorrectNumberOfAnnotatedParametersMethod
@Message(id=614, value="Incorrect number of AnnotatedParameters {0} on AnnotatedMethod {1}. AnnotatedMethod has {2} as parameters but should have {3} as parameters", format=MESSAGE_FORMAT) DefinitionException incorrectNumberOfAnnotatedParametersMethod(Object param1, Object param2, Object param3, Object param4) -
reflectionfactoryInstantiationFailed
@Message(id=616, value="Instantiation through ReflectionFactory of {0} failed", format=MESSAGE_FORMAT) WeldException reflectionfactoryInstantiationFailed(Object param1, @Cause Throwable cause) -
unsafeInstantiationFailed
@Message(id=617, value="Instantiation through Unsafe of {0} failed", format=MESSAGE_FORMAT) WeldException unsafeInstantiationFailed(Object param1, @Cause Throwable cause) -
missingTargetMethodFieldParameterType
@LogMessage(level=DEBUG) @Message(id=620, value="{0} is not declared @Target(METHOD, FIELD, PARAMETER, TYPE). Weld will use this annotation, however this may make the application unportable.", format=MESSAGE_FORMAT) void missingTargetMethodFieldParameterType(Object param1) -
invalidInterceptorBindingTargetDeclaration
@LogMessage(level=WARN) @Message(id=621, value="Interceptor binding {0} with @Target defined as {1} should not be applied on interceptor binding {2} with @Target definition: {3}", format=MESSAGE_FORMAT) void invalidInterceptorBindingTargetDeclaration(Object param1, Object param2, Object param3, Object param4) -
illegalArgumentExceptionOnReflectionInvocation
-
unknownType
@Message(id=623, value="Unknown type {0}.", format=MESSAGE_FORMAT) IllegalArgumentException unknownType(Type type) -
invalidTypeArgumentCombination
@Message(id=624, value="Invalid type argument combination: {0}; {1}.", format=MESSAGE_FORMAT) IllegalArgumentException invalidTypeArgumentCombination(Type type1, Type type2) -
noSuchMethodWrapper
@Message(id=625, value="Unable to locate method: {0}", format=MESSAGE_FORMAT) WeldException noSuchMethodWrapper(@Cause NoSuchMethodException cause, String message)
-