jfun.yan
Class IrresolveablePropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jfun.yan.YanException
jfun.yan.ComponentResolutionException
jfun.yan.UnsatisfiedComponentException
jfun.yan.IrresolveablePropertyException
- All Implemented Interfaces:
- java.io.Serializable
public class IrresolveablePropertyException
- extends UnsatisfiedComponentException
Represents an exception when a property of a component cannot be resolved.
Codehaus.org.
- Author:
- Ben Yu
- See Also:
- Serialized Form
|
Constructor Summary |
IrresolveablePropertyException(java.lang.Object ckey,
java.lang.Object lkey,
java.lang.Class type)
Create a IrresolveablePropertyException object. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IrresolveablePropertyException
public IrresolveablePropertyException(java.lang.Object ckey,
java.lang.Object lkey,
java.lang.Class type)
- Create a IrresolveablePropertyException object.
- Parameters:
ckey - the component key.lkey - the property key.type - the property type.
getPropertyKey
public java.lang.Object getPropertyKey()
- Get the property key.
- Returns:
- the property key.
getParameterType
public java.lang.Class getParameterType()
- Get the expected property type.
- Returns:
- the property type.