things.data.tabular
Class TabularException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by things.data.tabular.TabularException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TabularValidationException

public class TabularException
extends java.lang.Exception

A Tabular exception.

NOTE: This package was never completed and isn't used anywhere.

Version:
1.0

Version History

EPG - Initial - 22 MAY 04
 
Author:
Erich P. Gatejen
See Also:
Serialized Form

Constructor Summary
TabularException()
          Default Constructor.
TabularException(java.lang.String message)
           
TabularException(java.lang.String message, java.lang.Throwable cause)
           
TabularException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TabularException

public TabularException()
Default Constructor.


TabularException

public TabularException(java.lang.String message)

TabularException

public TabularException(java.lang.String message,
                        java.lang.Throwable cause)

TabularException

public TabularException(java.lang.Throwable cause)


Things.