com.arsdigita.domain
Class InstantiatorRegistryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.arsdigita.domain.InstantiatorRegistryException
All Implemented Interfaces:
Serializable

public class InstantiatorRegistryException
extends RuntimeException

InstantiatorRegistryException An unchecked exception thrown when there is an error registering a DomainObjectInstantiator.

Author:
Jon Orris
See Also:
Serialized Form

Constructor Summary
InstantiatorRegistryException(String typeName, DomainObjectInstantiator instantiator)
          Constructs exception
 
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

InstantiatorRegistryException

public InstantiatorRegistryException(String typeName,
                                     DomainObjectInstantiator instantiator)
Constructs exception

Parameters:
typeName - - Name of the ObjectType
instantiator - - The instantiator that was being registered.


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC