ssdbms.ssd
Class SSDException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byssdbms.ssd.SSDException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BadLabelException, BadSSDValueException

public class SSDException
extends java.lang.Exception

SSDException and its subclasses are thrown to indicate an error ocurred in semistructured data API.

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

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

SSDException

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


SSDException

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