ssdbms.ssd
Class BadSSDValueException

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

public class BadSSDValueException
extends SSDException

Thrown when a semistructured datum tries to own a invalid value.

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

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

BadSSDValueException

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


BadSSDValueException

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