|
||||||||||
| 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
java.lang.IllegalArgumentException
com.twelvemonkeys.util.convert.ConversionException
public class ConversionException
This exception may be thrown by PropertyConverters, when an attempted conversion fails.
| Constructor Summary | |
|---|---|
ConversionException(String pMessage)
Creates a ConversionException with the given error message. |
|
ConversionException(String pMessage,
Throwable pCause)
Creates a ConversionException with the given message and cause. |
|
ConversionException(Throwable pCause)
Creates a ConversionException with the given 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(String pMessage)
ConversionException with the given error message.
pMessage - the error messagepublic ConversionException(Throwable pCause)
ConversionException with the given cause.
pCause - The Throwable that caused this exception
public ConversionException(String pMessage,
Throwable pCause)
ConversionException with the given message and cause.
pMessage - the error messagepCause - The Throwable that caused this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||