public class TypeConversionException extends StrutsException
| Constructor and Description | 
|---|
| TypeConversionException()Constructs a  StrutsExceptionwith no detail message. | 
| TypeConversionException(String s)Constructs a  StrutsExceptionwith the specified
 detail message. | 
| TypeConversionException(String s,
                       Throwable cause)Constructs a  StrutsExceptionwith the specified
 detail message. | 
| TypeConversionException(Throwable cause)Constructs a  StrutsExceptionwith no detail  message. | 
getLocation, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic TypeConversionException()
StrutsException with no detail message.public TypeConversionException(String s)
StrutsException with the specified
 detail message.s - the detail message.public TypeConversionException(Throwable cause)
StrutsException with no detail  message.cause - the causeCopyright © 2000–2025 Apache Software Foundation. All rights reserved.