org.cybertory.MSS
Class DatException

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

public class DatException
extends java.lang.Exception

Exception for use in parsing flat file data.

See Also:
Serialized Form

Constructor Summary
DatException(java.lang.String msg)
           
DatException(java.lang.String msg, java.lang.Throwable cause)
           
 
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

DatException

public DatException(java.lang.String msg,
                    java.lang.Throwable cause)

DatException

public DatException(java.lang.String msg)