ssdbms.ssd
Class BadLabelException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byssdbms.ssd.SSDException
              extended byssdbms.ssd.BadLabelException
All Implemented Interfaces:
java.io.Serializable

public class BadLabelException
extends SSDException

Thrown to indicate that a label tries to contain no word characters.

Author:
Egar Arturo García Cárdenas
See Also:
Label, Serialized Form

Constructor Summary
BadLabelException()
          Constructs a BadLabelException with no detail message.
BadLabelException(java.lang.String msg)
          Constructs a BadLabelException with a detailed message.
 
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

BadLabelException

public BadLabelException()
Constructs a BadLabelException with no detail message.


BadLabelException

public BadLabelException(java.lang.String msg)
Constructs a BadLabelException with a detailed message.