org.ujac.util.table
Class ColumnNotDefinedException

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.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

Constructor Summary
ColumnNotDefinedException()
          Constructs a ColumnNotDefinedException instance with no specific arguments.
ColumnNotDefinedException(String message)
          Constructs a ColumnNotDefinedException instance with specific arguments.
ColumnNotDefinedException(String msg, Throwable cause)
          Constructs a ColumnNotDefinedException 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

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.