com.workingdogs.village
Class DataSetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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: 568 $
Author:
Jon S. Stevens
See Also:
Serialized Form

Constructor Summary
DataSetException()
          Creates a new DataSetException object.
DataSetException(java.lang.String s)
          Creates a new DataSetException object.
 
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

DataSetException

public DataSetException()
Creates a new DataSetException object.


DataSetException

public DataSetException(java.lang.String s)
Creates a new DataSetException object.

Parameters:
s - TODO: DOCUMENT ME!


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.