org.ujac.util.table
Class TypeMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ujac.util.UjacException
org.ujac.util.table.TableException
org.ujac.util.table.TypeMismatchException
- All Implemented Interfaces:
- Serializable
public class TypeMismatchException
- extends TableException
Name: TypeMismatchException
Description: Exceptions used if the type of a value doesn't match the type of the referring column.
- Author:
- lauerc
- See Also:
- Serialized Form
TypeMismatchException
public TypeMismatchException()
- Constructs a TypeMismatchException instance with no specific arguments.
TypeMismatchException
public TypeMismatchException(String message)
- Constructs a TypeMismatchException instance with specific arguments.
- Parameters:
message - The error message.
TypeMismatchException
public TypeMismatchException(String msg,
Throwable cause)
- Constructs a TypeMismatchException instance with no specific arguments.
- Parameters:
msg - The error message.cause - The cause of the error.
Copyright © 2003-2004 UJAC.org. All Rights Reserved.