com.opensymphony.xwork2.conversion
Class TypeConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.opensymphony.xwork2.XWorkException
                  extended by com.opensymphony.xwork2.conversion.TypeConversionException
All Implemented Interfaces:
Locatable, 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.
 
Method Summary
 
Methods inherited from class com.opensymphony.xwork2.XWorkException
getLocation, getThrowable, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, 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.


Copyright © 2009 OpenSymphony. All Rights Reserved.