Class TypeConversionException

All Implemented Interfaces:
Serializable, Locatable

public class TypeConversionException extends StrutsException
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 Details

    • TypeConversionException

      public TypeConversionException()
      Constructs a StrutsException with no detail message.
    • TypeConversionException

      public TypeConversionException(String s)
      Constructs a StrutsException with the specified detail message.
      Parameters:
      s - the detail message.
    • TypeConversionException

      public TypeConversionException(Throwable cause)
      Constructs a StrutsException with no detail message.
      Parameters:
      cause - the cause
    • TypeConversionException

      public TypeConversionException(String s, Throwable cause)
      Constructs a StrutsException with the specified detail message.
      Parameters:
      s - the detail message.
      cause - the cause