|
|||||||||||
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.xwork.XworkException
com.opensymphony.xwork.util.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. |
Methods inherited from class com.opensymphony.xwork.XworkException |
getLocation, getSnippet, getSnippet, 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.
|
XWork Project Page | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |