ssdbms.manager.primitives
Class NotEmptyDatumException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byssdbms.manager.SSDBManagerException
              extended byssdbms.manager.primitives.NotEmptyDatumException
All Implemented Interfaces:
java.io.Serializable

public class NotEmptyDatumException
extends SSDBManagerException

NotEmptyDatumException is thrown to indicate that it is trying to drop some semistructured datum but it has children.

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

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

NotEmptyDatumException

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


NotEmptyDatumException

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