org.ujac.util
Class TypeConverterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ujac.util.UjacException
org.ujac.util.TypeConverterException
- All Implemented Interfaces:
- Serializable
public class TypeConverterException
- extends UjacException
Name: TypeConverterException
Description: An exception thrown in case a type conversion failed.
- Author:
- lauerc
- See Also:
- Serialized Form
TypeConverterException
public TypeConverterException()
- Constructs a TypeConverterException instance with specific attributes.
TypeConverterException
public TypeConverterException(String msg)
- Constructs a TypeConverterException instance with specific attributes.
- Parameters:
msg
- The error message.
TypeConverterException
public TypeConverterException(String msg,
Throwable cause)
- Constructs a TypeConverterException instance with specific attributes.
- Parameters:
msg
- The error message.cause
- The original cause.
Copyright © 2003-2004 UJAC.org. All Rights Reserved.