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