org.ujac.util.table
Class TableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ujac.util.UjacException
org.ujac.util.table.TableException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ColumnAlreadyDefinedException, ColumnNotDefinedException, OperationNotSupportedException, RowNotDefinedException, TypeMismatchException
public class TableException
- extends UjacException
Name: TableException
Description: A class for general table exceptions.
- Author:
- lauerc
- See Also:
- Serialized Form
TableException
public TableException()
- Constructs a TableException instance with no specific arguments.
TableException
public TableException(String message)
- Constructs a TableException instance with specific arguments.
- Parameters:
message
- The error message.
TableException
public TableException(String msg,
Throwable cause)
- Constructs a TableException instance with no specific arguments.
- Parameters:
msg
- The error message.cause
- The cause of the error.
Copyright © 2003-2004 UJAC.org. All Rights Reserved.