|
||||||||||
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 net.smartlab.web.bean.ConversionException
public class ConversionException
A ConversionException is thrown whenever the Converter
fails
in its attempt to convert a value from the source type to the target type.
Failures are usually caused by lack of specific converters which can be easily
added to solve the problem.
Constructor Summary | |
---|---|
ConversionException()
Default empty constructor. |
|
ConversionException(java.lang.String message)
Constructs a new instance with the specified describing message. |
|
ConversionException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new instance with the specified describing message and cause. |
|
ConversionException(java.lang.Throwable cause)
Constructs a new instance 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 ConversionException()
public ConversionException(java.lang.String message)
message
- the description of the occurred exception.public ConversionException(java.lang.Throwable cause)
cause
- the throwable
instance wich generated this
exception.public ConversionException(java.lang.String message, java.lang.Throwable cause)
message
- the description of the occurred exception.cause
- the throwable
instance wich generated this
exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |