public abstract class

ConversionException

extends NestedRuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.core.NestedRuntimeException
           ↳ org.springframework.core.convert.ConversionException
Known Direct Subclasses

Class Overview

Base class for exceptions thrown by the conversion system.

Summary

Public Constructors
ConversionException(String message)
Construct a new conversion exception.
ConversionException(String message, Throwable cause)
Construct a new conversion exception.
[Expand]
Inherited Methods
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ConversionException (String message)

Also: SpringCore

Construct a new conversion exception.

Parameters
message the exception message

public ConversionException (String message, Throwable cause)

Also: SpringCore

Construct a new conversion exception.

Parameters
message the exception message
cause the cause