Package org.jdesktop.application
Class ResourceMap.PropertyInjectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jdesktop.application.ResourceMap.PropertyInjectionException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ResourceMap
Unchecked exception thrown by
ResourceMap.injectComponent(java.awt.Component)
and
ResourceMap.injectComponents(java.awt.Component)
when a property value specified by
a resource can not be set.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyInjectionException
(String msg, String key, Component component, String propertyName) Constructs an instance of this class with some useful information about the failure. -
Method Summary
Modifier and TypeMethodDescriptionReturns the component whose property could not be setgetKey()
Returns the the name of resource whose value was to be used to set the propertyReturns the the name of property that could not be setMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PropertyInjectionException
Constructs an instance of this class with some useful information about the failure.- Parameters:
msg
- the detail messagekey
- the name of the resourcecomponent
- the component whose property couldn't be setpropertyName
- the name of the component property
-
-
Method Details
-
getKey
Returns the the name of resource whose value was to be used to set the property- Returns:
- the resource name
-
getComponent
Returns the component whose property could not be set- Returns:
- the component
-
getPropertyName
Returns the the name of property that could not be set- Returns:
- the property name
-