com.h20.course.tp4
Class NameNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.h20.course.tp4.NameNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class NameNotFoundException
extends java.lang.Exception

This exception characterizes situations when the name is not found in a list, during a lookup.

Author:
fpereira
See Also:
Serialized Form

Constructor Summary
NameNotFoundException()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NameNotFoundException

public NameNotFoundException()