org.cybertory.MSS
Class DatMissingColumn

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.cybertory.MSS.DatException
              extended byorg.cybertory.MSS.DatMissingColumn
All Implemented Interfaces:
java.io.Serializable

public class DatMissingColumn
extends DatException

An exception for when flat file data is missing a required column.

See Also:
Serialized Form

Constructor Summary
DatMissingColumn()
           
 
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

DatMissingColumn

public DatMissingColumn()