com.baseprogramming.lang
Class WordReferenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.baseprogramming.lang.WordReferenceException
All Implemented Interfaces:
java.io.Serializable

public class WordReferenceException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
WordReferenceException()
          Creates a new instance of WordReferenceException without detail message.
WordReferenceException(java.lang.String msg)
          Constructs an instance of WordReferenceException with the specified detail message.
 
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

WordReferenceException

public WordReferenceException()
Creates a new instance of WordReferenceException without detail message.


WordReferenceException

public WordReferenceException(java.lang.String msg)
Constructs an instance of WordReferenceException with the specified detail message.

Parameters:
msg - the detail message.