Stellent
HowToComponents
JavaDoc

intradoc.data
Class DataException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--intradoc.data.DataException
All Implemented Interfaces:
java.io.Serializable

public class DataException
extends java.lang.Exception

An exception thrown by methods in the "intradoc.data" package. This exception is thrown in the following situations:

A field name or key was not found in a result set or Properties object.
There was a parsing or syntax evaluation error (for example a bad date format).
There was a database exception.

See Also:
Serialized Form

Constructor Summary
DataException(java.lang.String errMsg)
          Constructs a DataException.
DataException(java.lang.String errMsg, java.lang.Throwable t)
           
 
Method Summary
 void initExceptionCause(java.lang.Throwable t)
           
 
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

DataException

public DataException(java.lang.String errMsg)
Constructs a DataException.

Parameters:
errMsg - The error message.

DataException

public DataException(java.lang.String errMsg,
                     java.lang.Throwable t)
Method Detail

initExceptionCause

public void initExceptionCause(java.lang.Throwable t)


(c) 1996-2005  All rights reserved.  Stellent, Inc.