Uses of Class
org.apache.juneau.commons.reflect.BeanRuntimeException
Packages that use BeanRuntimeException
Package
Description
Marshalling API
Comprehensive reflection utilities for working with classes, methods, fields, constructors,
and annotations in a more convenient and type-safe way than the standard Java reflection APIs.
Common internal utilities.
-
Uses of BeanRuntimeException in org.apache.juneau
Methods in org.apache.juneau that throw BeanRuntimeExceptionModifier and TypeMethodDescriptionvoidAdds a value to aCollectionor array property.voidAdds a value to aMapor bean property.final <T> TCreates a new empty bean of the specified type, except used for instantiating inner member classes that must be instantiated within another class instance.final <T> TSame asBeanSession.newBean(Class), except used for instantiating inner member classes that must be instantiated within another class instance.Equivalent to callingBeanMap.put(String, Object), but is faster since it avoids looking up the property meta.final <T> BeanMap<T>Constructors in org.apache.juneau that throw BeanRuntimeExceptionModifierConstructorDescriptionExtendedBeanMeta(BeanMeta<?> bm) Constructor.Constructor.ExtendedClassMeta(ClassMeta<?> cm) Constructor. -
Uses of BeanRuntimeException in org.apache.juneau.commons.reflect
Methods in org.apache.juneau.commons.reflect that throw BeanRuntimeException -
Uses of BeanRuntimeException in org.apache.juneau.commons.utils
Methods in org.apache.juneau.commons.utils that return BeanRuntimeExceptionModifier and TypeMethodDescriptionstatic BeanRuntimeExceptionShortcut for creating aBeanRuntimeExceptionwith a message and associated class.static BeanRuntimeExceptionCreates aRuntimeException.static BeanRuntimeExceptionCreates aRuntimeExceptionwrapping the given throwable.static BeanRuntimeExceptionShortcut for creating aBeanRuntimeExceptionwith a cause, message, and associated class.static BeanRuntimeExceptionCreates aRuntimeExceptionwith a cause.static BeanRuntimeExceptionShortcut for creating aBeanRuntimeExceptionwith a cause, message, and associated class.static BeanRuntimeExceptionShortcut for creating aBeanRuntimeExceptionwith a message and associated class.