|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.data.util.converter.Converter.ConversionException
public static class Converter.ConversionException
An exception that signals that the value passed to
Converter.convertToPresentation(Object, Class, Locale) or
Converter.convertToModel(Object, Class, Locale) could not be
converted.
| Constructor Summary | |
|---|---|
Converter.ConversionException()
Constructs a new ConversionException without a detail
message. |
|
Converter.ConversionException(java.lang.String msg)
Constructs a new ConversionException with the specified
detail message. |
|
Converter.ConversionException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new ConversionException with the specified
detail message and cause. |
|
Converter.ConversionException(java.lang.Throwable cause)
Constructs a new ConversionException with the specified
cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Converter.ConversionException()
ConversionException without a detail
message.
public Converter.ConversionException(java.lang.String msg)
ConversionException with the specified
detail message.
msg - the detail messagepublic Converter.ConversionException(java.lang.Throwable cause)
ConversionException with the specified
cause.
cause - The cause of the the exception
public Converter.ConversionException(java.lang.String message,
java.lang.Throwable cause)
ConversionException with the specified
detail message and cause.
message - the detail messagecause - The cause of the the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||