org.springframework.beans
Class TypeMismatchException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.springframework.core.NestedRuntimeException
|
+--org.springframework.beans.BeansException
|
+--org.springframework.beans.PropertyAccessException
|
+--org.springframework.beans.TypeMismatchException
- public class TypeMismatchException
- extends PropertyAccessException
Exception thrown on a type mismatch when trying to set a property.
- Author:
- Rod Johnson, Juergen Hoeller
- Version: $Revision: 1.4 $
| Methods inherited from class java.lang.Throwable |
printStackTrace, getStackTrace, setStackTrace, getLocalizedMessage, toString, fillInStackTrace, initCause |
| Methods inherited from class java.lang.Object |
hashCode, notify, notifyAll, wait, wait, wait, getClass, equals |
TypeMismatchException
public TypeMismatchException(PropertyChangeEvent propertyChangeEvent, Class requiredType)
TypeMismatchException
public TypeMismatchException(PropertyChangeEvent propertyChangeEvent, Class requiredType, Throwable ex)
getErrorCode
public String getErrorCode()