Package org.apache.struts2.conversion
Class TypeConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.struts2.StrutsException
org.apache.struts2.conversion.TypeConversionException
- All Implemented Interfaces:
- Serializable,- Locatable
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:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs aStrutsExceptionwith no detail message.Constructs aStrutsExceptionwith the specified detail message.TypeConversionException(String s, Throwable cause) Constructs aStrutsExceptionwith the specified detail message.TypeConversionException(Throwable cause) Constructs aStrutsExceptionwith no detail message.
- 
Method SummaryMethods inherited from class org.apache.struts2.StrutsExceptiongetLocation, toStringMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
- 
Constructor Details- 
TypeConversionExceptionpublic TypeConversionException()Constructs aStrutsExceptionwith no detail message.
- 
TypeConversionExceptionConstructs aStrutsExceptionwith the specified detail message.- Parameters:
- s- the detail message.
 
- 
TypeConversionExceptionConstructs aStrutsExceptionwith no detail message.- Parameters:
- cause- the cause
 
- 
TypeConversionExceptionConstructs aStrutsExceptionwith the specified detail message.- Parameters:
- s- the detail message.
- cause- the cause
 
 
-