com.opensymphony.xwork.util
Class TypeConversionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.opensymphony.xwork.XworkException
                  extended bycom.opensymphony.xwork.util.TypeConversionException
All Implemented Interfaces:
Serializable

public class TypeConversionException
extends XworkException

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:
Serialized Form

Constructor Summary
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.
 
Methods inherited from class com.opensymphony.xwork.XworkException
getThrowable, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeConversionException

public TypeConversionException()
Constructs a XworkException with no detail message.


TypeConversionException

public TypeConversionException(String s)
Constructs a XworkException with the specified detail message.

Parameters:
s - the detail message.

TypeConversionException

public TypeConversionException(Throwable cause)
Constructs a XworkException with no detail message.


TypeConversionException

public TypeConversionException(String s,
                               Throwable cause)
Constructs a XworkException with the specified detail message.

Parameters:
s - the detail message.

XWork Project Page