com.uwyn.rife.ioc.exceptions
Class IncompatiblePropertyValueTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.uwyn.rife.ioc.exceptions.PropertyValueException
com.uwyn.rife.ioc.exceptions.IncompatiblePropertyValueTypeException
- All Implemented Interfaces:
- Serializable
public class IncompatiblePropertyValueTypeException
- extends PropertyValueException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IncompatiblePropertyValueTypeException
public IncompatiblePropertyValueTypeException(String propertyName,
Class expectedType,
Class actualType,
Throwable e)
getPropertyName
public String getPropertyName()
getExpectedType
public Class getExpectedType()
getActualType
public Class getActualType()
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.