com.h20.course.tp4
Class LabelNotFoundException

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

public class LabelNotFoundException
extends java.lang.Exception

Exception that characterizes situations when we need to find a label in the name directory, but the label is not there.

Author:
fpereira
See Also:
Serialized Form

Constructor Summary
LabelNotFoundException()
           
 
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

LabelNotFoundException

public LabelNotFoundException()