|
||||||||||
| 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.Property.ConversionException
public static class Property.ConversionException
An exception that signals that the value passed to the
setValue method couldn't be converted to the native type of
the Property.
| Constructor Summary | |
|---|---|
Property.ConversionException()
Constructs a new ConversionException without a detail
message. |
|
Property.ConversionException(String msg)
Constructs a new ConversionException with the specified
detail message. |
|
Property.ConversionException(String message,
Throwable cause)
Constructs a new ConversionException with the specified
detail message and cause. |
|
Property.ConversionException(Throwable cause)
Constructs a new ConversionException from another
exception. |
|
| 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 Property.ConversionException()
ConversionException without a detail
message.
public Property.ConversionException(String msg)
ConversionException with the specified
detail message.
msg - the detail messagepublic Property.ConversionException(Throwable cause)
ConversionException from another
exception.
cause - The cause of the the conversion failure
public Property.ConversionException(String message,
Throwable cause)
ConversionException with the specified
detail message and cause.
message - the detail messagecause - The cause of the the conversion failure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||