com.infoviz.datamodel.tree
Class IVDataModelException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.infoviz.datamodel.tree.IVDataModelException
All Implemented Interfaces:
java.io.Serializable

public class IVDataModelException
extends java.lang.Exception

$Id$ $Revision$ $Author$

See Also:
Serialized Form

Field Summary
static IVDataModelException CHILD_NOT_FOUND
           
static IVDataModelException CHILD_WITH_NULL_NAME
           
static IVDataModelException DUPLICATE_CHILD_NAME
           
static IVDataModelException NULL_CHILD
           
 
Constructor Summary
IVDataModelException(java.lang.String 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
 

Field Detail

NULL_CHILD

public static final IVDataModelException NULL_CHILD

CHILD_WITH_NULL_NAME

public static final IVDataModelException CHILD_WITH_NULL_NAME

DUPLICATE_CHILD_NAME

public static final IVDataModelException DUPLICATE_CHILD_NAME

CHILD_NOT_FOUND

public static final IVDataModelException CHILD_NOT_FOUND
Constructor Detail

IVDataModelException

public IVDataModelException(java.lang.String message)