jfun.yan
Class IrresolveablePropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jfun.yan.YanException
                  extended by jfun.yan.ComponentResolutionException
                      extended by jfun.yan.UnsatisfiedComponentException
                          extended by 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.
 
Method Summary
 java.lang.Class getParameterType()
          Get the expected property type.
 java.lang.Object getPropertyKey()
          Get the property key.
 
Methods inherited from class jfun.yan.UnsatisfiedComponentException
getComponentKey
 
Methods inherited from class jfun.yan.YanException
clearResolutionTrace, getResolutionTrace, printResolutionTrace, printResolutionTrace, printResolutionTrace, printStackTrace, printStackTrace, push
 
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
 

Constructor Detail

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.
Method Detail

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.