|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--org.millstone.base.data.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(java.lang.Exception cause)
Constructs a new ConversionException from another
exception. |
|
Property.ConversionException(java.lang.String msg)
Constructs a new ConversionException with the
specified detail message. |
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(java.lang.String msg)
ConversionException
with the
specified detail message.
msg
- the detail messagepublic Property.ConversionException(java.lang.Exception cause)
ConversionException
from another
exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |