ssdbms.manager
Class SSDBManagerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byssdbms.manager.SSDBManagerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AlreadyDefinedSSDTableException, BadFunctionException, FatalErrorException, InvalidDatumOperationException, NotDefinedSSDTableException, NotEmptyDatumException, NotExistingDatumException, NotIsolatedDatumException, OutOfBoundsException

public class SSDBManagerException
extends java.lang.Exception

SSDManagerException and its subclasses are thrown to indicate an error ocurred while managing a database of semistructured data.

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

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

SSDBManagerException

public SSDBManagerException()
Constructs a SSDManagerException with no detail message.


SSDBManagerException

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