public class TypeConversionException extends XWorkException
Constructor and Description |
---|
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. |
getLocation, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
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.cause
- the causeCopyright © 2000–2020 Apache Software Foundation. All rights reserved.