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, getThrowable, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic 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.Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.