org.jbeans
Class TypeConversionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jbeans.ReflectionException
                    |
                    +--org.jbeans.BeanException
                          |
                          +--org.jbeans.TypeConversionException
All Implemented Interfaces:
Serializable

public class TypeConversionException
extends BeanException

This is the basic exception that gets thrown from the TypeConverter conversion methods. It supports exception stacks and will need to be rebuilt when 1.4 is fully supported.

Author:
Brian Pontarelli
See Also:
Serialized Form

Constructor Summary
TypeConversionException()
          Creates new TypeConversionException
TypeConversionException(String msg)
          Creates a new TypeConversionException with the given error message
TypeConversionException(String msg, Exception e)
          Creates a new TypeConversionException with the given error message and root cause exception
 
Methods inherited from class org.jbeans.ReflectionException
getRootCause, getTarget, toFullString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeConversionException

public TypeConversionException()
Creates new TypeConversionException

TypeConversionException

public TypeConversionException(String msg)
Creates a new TypeConversionException with the given error message

TypeConversionException

public TypeConversionException(String msg,
                               Exception e)
Creates a new TypeConversionException with the given error message and root cause exception