jrunx.persistence.greylock
Class DBTypeDef.DBIllegalParentTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrunx.persistence.greylock.DBException
                    |
                    +--jrunx.persistence.greylock.DBTypeDef.DBIllegalParentTypeException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DBTypeDef

public class DBTypeDef.DBIllegalParentTypeException
extends DBException

Illegal parant type name: {parentTypeName} Parent type name cannot contain spaces

See Also:
Serialized Form

Fields inherited from class jrunx.persistence.greylock.DBException
rootException
 
Constructor Summary
DBTypeDef.DBIllegalParentTypeException(java.lang.String parentTypeName)
           
 
Method Summary
 java.lang.String getParentTypeName()
           
 
Methods inherited from class jrunx.persistence.greylock.DBException
getRootException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DBTypeDef.DBIllegalParentTypeException

public DBTypeDef.DBIllegalParentTypeException(java.lang.String parentTypeName)
Method Detail

getParentTypeName

public java.lang.String getParentTypeName()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.