Java org.apache.commons.beanutils ConversionException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.beanutils ConversionException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.beanutils ConversionException.

The text is from its open source code.

Constructor

ConversionException(String message)
Construct a new exception with the specified message.
ConversionException(Throwable cause)
Construct a new exception with the specified root cause.
ConversionException(String message, Throwable cause)
Construct a new exception with the specified message and root cause.

Method

ThrowablegetCause()
StringgetMessage()
Returns the detail message string of this throwable.