org.ujac.util.table
Class RowNotDefinedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ujac.util.UjacException
              extended by org.ujac.util.table.TableException
                  extended by 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

Constructor Summary
RowNotDefinedException()
          Constructs a RowNotDefinedException instance with no specific arguments.
RowNotDefinedException(String message)
          Constructs a RowNotDefinedException instance with specific arguments.
RowNotDefinedException(String msg, Throwable cause)
          Constructs a RowNotDefinedException instance with no specific arguments.
 
Method Summary
 
Methods inherited from class org.ujac.util.UjacException
getOriginalCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.