|
||||||||||
| 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.opensymphony.xwork2.XWorkException
com.opensymphony.xwork2.conversion.TypeConversionException
public class TypeConversionException
TypeConversionException should be thrown by any TypeConverters which fail to convert values
| Constructor Summary | |
|---|---|
TypeConversionException()
Constructs a XWorkException with no detail message. |
|
TypeConversionException(String s)
Constructs a XWorkException with the specified
detail message. |
|
TypeConversionException(String s,
Throwable cause)
Constructs a XWorkException with the specified
detail message. |
|
TypeConversionException(Throwable cause)
Constructs a XWorkException with no detail message. |
|
| Method Summary |
|---|
| Methods inherited from class com.opensymphony.xwork2.XWorkException |
|---|
getLocation, getThrowable, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TypeConversionException()
XWorkException with no detail message.
public TypeConversionException(String s)
XWorkException with the specified
detail message.
s - the detail message.public TypeConversionException(Throwable cause)
XWorkException with no detail message.
public TypeConversionException(String s,
Throwable cause)
XWorkException with the specified
detail message.
s - the detail message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||