org.springframework.beans
Class TypeMismatchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.springframework.core.NestedRuntimeException
                  extended byorg.springframework.beans.BeansException
                      extended byorg.springframework.beans.PropertyAccessException
                          extended byorg.springframework.beans.TypeMismatchException
All Implemented Interfaces:
ErrorCoded, java.io.Serializable

public class TypeMismatchException
extends PropertyAccessException

Exception thrown on a type mismatch when trying to set a property.

Version:
$Revision: 1.5 $
Author:
Rod Johnson, Juergen Hoeller
See Also:
Serialized Form

Constructor Summary
TypeMismatchException(java.beans.PropertyChangeEvent propertyChangeEvent, java.lang.Class requiredType)
           
TypeMismatchException(java.beans.PropertyChangeEvent propertyChangeEvent, java.lang.Class requiredType, java.lang.Throwable ex)
           
 
Method Summary
 java.lang.String getErrorCode()
          Return the error code associated with this failure.
 
Methods inherited from class org.springframework.beans.PropertyAccessException
getPropertyChangeEvent
 
Methods inherited from class org.springframework.core.NestedRuntimeException
getCause, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeMismatchException

public TypeMismatchException(java.beans.PropertyChangeEvent propertyChangeEvent,
                             java.lang.Class requiredType)

TypeMismatchException

public TypeMismatchException(java.beans.PropertyChangeEvent propertyChangeEvent,
                             java.lang.Class requiredType,
                             java.lang.Throwable ex)
Method Detail

getErrorCode

public java.lang.String getErrorCode()
Description copied from interface: ErrorCoded
Return the error code associated with this failure. The GUI can render this anyway it pleases, allowing for Int8ln etc.

Returns:
a String error code associated with this failure, or null if not error-coded


Copyright (C) 2003-2004 The Spring Framework Project.