Java org.springframework.beans TypeMismatchException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans TypeMismatchException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans TypeMismatchException.

The text is from its open source code.

Constructor

Method

StringgetErrorCode()
StringgetMessage()
Return the detail message, including the message from the nested exception if there is one.
ClassgetRequiredType()
Return the required target type, if any.
ObjectgetValue()
Return the offending value (may be null ).
voidinitPropertyName(String propertyName)
Initialize this exception's property name for exposure through #getPropertyName() , as an alternative to having it initialized via a PropertyChangeEvent .