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