com.opensymphony.xwork.util
Class TypeConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.opensymphony.xwork.XworkException
com.opensymphony.xwork.util.TypeConversionException
- All Implemented Interfaces:
- Locatable, Serializable
public class TypeConversionException - extends XworkException
TypeConversionException should be thrown by any TypeConverters which fail to convert values
- Author:
- Jason Carreira
Created Oct 3, 2003 12:18:33 AM
- See Also:
- Serialized Form
TypeConversionException
public TypeConversionException()
- Constructs a
XworkException with no detail message.
TypeConversionException
public TypeConversionException(String s)
- Constructs a
XworkException with the specified
detail message.
- Parameters:
s - the detail message.
TypeConversionException
public TypeConversionException(Throwable cause)
- Constructs a
XworkException with no detail message.
TypeConversionException
public TypeConversionException(String s,
Throwable cause)
- Constructs a
XworkException with the specified
detail message.
- Parameters:
s - the detail message.
|