org.ujac.util.table
Class TableException

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

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

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.