com.uwyn.rife.engine.exceptions
Class PropertyNameMismatchErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.uwyn.rife.engine.exceptions.EngineException
com.uwyn.rife.engine.exceptions.ElementAnnotationErrorException
com.uwyn.rife.engine.exceptions.PropertyNameMismatchErrorException
- All Implemented Interfaces:
- Serializable
public class PropertyNameMismatchErrorException
- extends ElementAnnotationErrorException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PropertyNameMismatchErrorException
public PropertyNameMismatchErrorException(String implementationName,
String siteDeclarationName,
Method method,
Class annotationType,
String expected,
String actual)
getMethod
public Method getMethod()
getAnnotationType
public Class getAnnotationType()
getExpectedPropertyName
public String getExpectedPropertyName()
getActualPropertyName
public String getActualPropertyName()
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.