edu.northwestern.at.wordhoard.swing.calculator.modelutils
Class DuplicateWordSetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.northwestern.at.wordhoard.swing.calculator.modelutils.DuplicateWordSetException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateWordSetException
extends java.lang.RuntimeException

Error for duplicate word set title.

See Also:
Serialized Form

Constructor Summary
DuplicateWordSetException()
          Constructs DuplicateWordSetException exception.
DuplicateWordSetException(java.lang.String errorMessage)
          Constructs DuplicateWordSetException exception.
 
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

DuplicateWordSetException

public DuplicateWordSetException()
Constructs DuplicateWordSetException exception.


DuplicateWordSetException

public DuplicateWordSetException(java.lang.String errorMessage)
Constructs DuplicateWordSetException exception.

Parameters:
errorMessage - Error message.