com.workingdogs.village
Class DataSetException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.workingdogs.village.DataSetException
All Implemented Interfaces:
java.io.Serializable

public class DataSetException
extends java.lang.Exception

A DataSetException is thrown if there is an error.

Version:
$Revision: 1.3 $
Author:
Jon S. Stevens jon@latchkey.com
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
DataSetException()
           
DataSetException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

DataSetException

public DataSetException()

DataSetException

public DataSetException(java.lang.String s)


Copyright © 1999-2002 Share.Whichever.com All Rights Reserved.