ssdbms.manager.primitives
Class NotIsolatedDatumException

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

public class NotIsolatedDatumException
extends SSDBManagerException

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

NotIsolatedDatumException

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


NotIsolatedDatumException

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