Uses of Annotation Type
org.glassfish.pfl.basic.logex.Log
Packages that use Log
Package
Description
-
Uses of Log in org.glassfish.gmbal.impl
Methods in org.glassfish.gmbal.impl with annotations of type LogModifier and TypeMethodDescriptionExceptions.annotationMethodException(Method m, Exception exc) Exceptions.annotationsNotSupported(AnnotatedElement elem) voidExceptions.attributeGettingError(Exception ex, String name) voidExceptions.attributeSettingError(Exception ex, String name) Exceptions.badFieldFormat(String field) Exceptions.badFieldName()Exceptions.badInheritedAttributeAnnotation(EvaluatedClassDeclaration cls) Exceptions.cannotAddNullAnnotation(AnnotatedElement element) Exceptions.cannotConvertToJavaType(EvaluatedType type) Exceptions.childMustBeSingleton(ObjectName pname, String ctype, ObjectName cname) Exceptions.couldNotFindAttribute(String name) Exceptions.couldNotFindOperation(String name) Exceptions.couldNotFindOperationAndSignature(String name, List<String> signature) Exceptions.couldNotFindWritableAttribute(String name) Exceptions.createRootCalled(String methodName) Exceptions.createRootNotCalled(String methodName) voidExceptions.deferredRegistrationException(JMException exc, MBeanImpl mbean) Exceptions.differentSizeArrays()Exceptions.duplicateAMXFieldName(String actualId, String methodName, String className) Exceptions.duplicateAnnotation(AnnotatedElement element, String name) Exceptions.duplicateFieldName(String name) Exceptions.duplicateObjectNameKeyAttributes(EvaluatedMethodDeclaration first, EvaluatedMethodDeclaration second, String className) Exceptions.entityNotObjectName(Object entity) Exceptions.errorInConstructingMBean(String objName, JMException exc) voidExceptions.errorInConstructingOpenData(String name, String id, JMException ex) Exceptions.exceptionInHandleManagedData(Exception exc) Exceptions.exceptionInMakeCompositeType(Exception exc) Exceptions.exceptionInMakeMapTabularType(Exception exc) Exceptions.exceptionInRegister(Exception ex) Exceptions.exceptionInUnregister(Exception ex) Exceptions.excForAddAnnotationFieldsToMap(Exception ex) Exceptions.excForAddDescriptorFieldsToMap(String field) Exceptions.excForAddToMap(String name, Object value, Object oldValue) Exceptions.excForAnnotationToField(String name) Exceptions.excForCheckType(AttributeDescriptor.AttributeType at) Exceptions.excForGetMeta(MBeanException ex) Exceptions.excForMakeFromAnnotated(EvaluatedDeclaration m) Exceptions.excForMakeFromInherited()Exceptions.excForReadResolveImmutableDescriptor()Exceptions.excForUnion(String name, Object oldValue, Object value) Exceptions.excInMakeMapTabularDataToManagedEntity(Exception exc) Exceptions.excInOpenParameterInfo(IllegalArgumentException exc, String paramName, EvaluatedMethodDeclaration meth) Exceptions.illegalAttributeField(EvaluatedFieldDeclaration cls) Exceptions.invalidRootParentName(ObjectName oname) Exceptions.invalidSubtypeOfParent(ObjectName oname, Set<String> subTypes, ObjectName objectName, String type) Exceptions.iteratorNotFound(EvaluatedClassDeclaration cls) Exceptions.malformedObjectName(Exception exc, String str) Exceptions.managedObjectAnnotationNotFound(String cname) Exceptions.nextNotFound(EvaluatedClassDeclaration cls) Exceptions.noAnnotationFound(String name, String cls) Exceptions.noArrayOfArray(Exception exc) Exceptions.nodeAlreadyHasParent(MBeanImpl entity) Exceptions.nonSingletonRequiresName(MBeanImpl parentEntity, String type) Exceptions.noRootObjectName(Exception ex) Exceptions.noStringConstructor(Class cls) voidExceptions.noStringConstructorAvailable(Exception exc, String name) Exceptions.notAString(Object obj) Exceptions.notBothNull()Exceptions.notPartOfThisTree(MBeanImpl mbi) Exceptions.nullArgument()Exceptions.nullArrayParameter()Exceptions.nullFieldsParameter()Exceptions.nullMap()Exceptions.objectAlreadyRegistered(Object obj, MBeanImpl oldMbi) Exceptions.objectNotFound(Object obj) Exceptions.objStringWrongRegisterCall(String str) Exceptions.openToJavaNotSupported(OpenType otype, EvaluatedType javaType) Exceptions.openTypeInArrayTypeException(OpenType ot, Exception exc) Exceptions.parameterNamesLengthBad()Exceptions.paramTypeNeedsArgument(ParameterizedType type) Exceptions.parentCannotBeNull()Exceptions.parentNotFound(Object parent) Exceptions.ppNullInRootParent()Exceptions.recursiveTypesNotSupported(EvaluatedType et) voidExceptions.registeringMBean(ObjectName oname) voidExceptions.registerMBeanRegistered(ObjectName oname) Exceptions.removeNotSupported()Exceptions.rootAlreadySet()Exceptions.rootNotSet()Exceptions.rootRegisterFail(Exception ex, ObjectName rootName) voidExceptions.shouldNotHappen(Exception ex) Exceptions.singletonCannotSpecifyName(MBeanImpl parentEntity, String type, String name) Exceptions.stringConversionError(Class cls, Exception exc) Exceptions.typeNullInRootParent()Exceptions.typesMustMatch()voidExceptions.unexpectedException(String method, Throwable exc) Exceptions.unknownDeclarationType(EvaluatedDeclaration decl) voidExceptions.unregisteringMBean(ObjectName oname) voidExceptions.unregisterMBeanNotRegistered(ObjectName oname) Exceptions.unsupportedOpenType(OpenType ot) Exceptions.unsupportedOperation() -
Uses of Log in org.glassfish.gmbal.typelib
Methods in org.glassfish.gmbal.typelib with annotations of type LogModifier and TypeMethodDescriptionExceptions.errorInTypeEval(Class cls, Error err) Exceptions.evaluateTypeCalledWithMethod(Object type) Exceptions.evaluateTypeCalledWithUnknownType(Object type) Exceptions.internalTypeEvaluatorError(Exception exc) Exceptions.listsNotTheSameLengthInParamType(ParameterizedType pt) Exceptions.multipleUpperBoundsNotSupported(Object type) -
Uses of Log in org.glassfish.pfl.dynamic.copyobject.impl
Methods in org.glassfish.pfl.dynamic.copyobject.impl with annotations of type LogModifier and TypeMethodDescriptionExceptions.cannotCopyClass(Class<?> cls) Exceptions.cannotCopyInterface(Class<?> cls) Exceptions.couldNotCopy(Object obj, ReflectiveCopyException exc) Exceptions.couldNotFindClassCopier(Class<?> cls) Exceptions.exceptionInReadResolve(Object obj, Throwable t) voidExceptions.failureInFallback(ReflectiveCopyException exc, Object obj, Class<?> cls) Exceptions.noClassCopierForSuperclass(Class<?> superClass) Exceptions.stackOverflow(Object source, StackOverflowError ex)