|
||||||||||
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.itmill.toolkit.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(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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |