org.ow2.jasmine.probe.collectors.jmx.internal
Class FragmentNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.jasmine.probe.JasmineProbeException
org.ow2.jasmine.probe.collectors.jmx.internal.FragmentNameException
- All Implemented Interfaces:
- Serializable
public class FragmentNameException
- extends JasmineProbeException
Exceptions related to the naming policy of the attribute fragments.
Attribute fragments are elements of complex attributes.
Sometimes, users need to poll such attribute elements, for example an item in a Map,
and don't need the entire attribute value.
A naming policy is necessary to define the attributes elements to be polled by a JMX indicator.
Also, when a JMX indicator specifies an attribute (or an attribute fragment) whose value has a complex
type, the value must be decomposed in simple elements (elementary fragments).
The naming policy is used to identify the fragments returned by a probe polling this indicator.
- Author:
- danesa
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FragmentNameException
public FragmentNameException(String message)
Copyright © 2012 OW2 Consortium. All Rights Reserved.