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 Summary
ConstructorsConstructorDescriptionConstructs aStrutsException
with no detail message.Constructs aStrutsException
with the specified detail message.TypeConversionException
(String s, Throwable cause) Constructs aStrutsException
with the specified detail message.TypeConversionException
(Throwable cause) Constructs aStrutsException
with no detail message. -
Method Summary
Methods inherited from class org.apache.struts2.StrutsException
getLocation, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
TypeConversionException
public TypeConversionException()Constructs aStrutsException
with no detail message. -
TypeConversionException
Constructs aStrutsException
with the specified detail message.- Parameters:
s
- the detail message.
-
TypeConversionException
Constructs aStrutsException
with no detail message.- Parameters:
cause
- the cause
-
TypeConversionException
Constructs aStrutsException
with the specified detail message.- Parameters:
s
- the detail message.cause
- the cause
-